项目作者: unbug

项目描述 :
Tree and Radial visualization tool
高级语言: JavaScript
项目地址: git://github.com/unbug/algo.git
创建时间: 2019-05-02T23:56:12Z
项目社区:https://github.com/unbug/algo

开源协议:

下载


Tree and Radial visualization tool

I create this tool to visualize my Algorithms and Data Structures notes, this tool can be used for any Tree and Radial visualization.

Quick link https://unbug.github.io/algo/.

WechatIMG1812

WechatIMG1814

WechatIMG1815

Get started

  1. // install denpendence
  2. npm install
  3. // build & debug locally
  4. npm start
  5. // build
  6. npm run build
  7. // dist
  8. npm run dist
  9. // release to gh-pages
  10. npm run gh-pages
  11. // get help
  12. gulp help

Build system

  1. Usage
  2. gulp [TASK] [OPTIONS...]
  3. Available tasks
  4. build Builds the app.
  5. build:app-css Builds the app style.
  6. build:app-js Builds the app scripts.
  7. build:extra Builds extra files.
  8. build:images Builds the app style.
  9. build:lib-css Builds the lib style.
  10. build:lib-js Builds the lib scripts.
  11. clean Cleans files.
  12. clean:dist Cleans dist files.
  13. default
  14. dist Dist the app.
  15. dist:all Copy all to dist.
  16. dist:css Compress css to dist.
  17. dist:html Compress html to dist.
  18. dist:images Compress images to dist.
  19. dist:js Compress js to dist.
  20. help Display this help text.
  21. lint Lint JS files.
  22. server Starts a HTTP(s) server for debug.
  23. watch Watches for changes in files.