此demo来源于官网中 AngularJS1.x 版流程图, jsPlumb 提供了社区版(免费)和 toolkit 版(收费).
git clone https://github.com/gosongs/test_js_plumb.git
cd test_js_plumb
npm install
- 示例代码中需要引用
data.json
中的数据, 不要直接打开index.html
, 可以通过http-server
启动一个 http 服务;sudo npm install -g http-server cd test_js_plumb http-server # open browser: http://127.0.0.1:8080
- jsPlumb 本身不依赖于jquery、bootstrap、font-awesome, 只作为演示需要;
- 此项目使用到的 jsPlumb 库强行移除了版权检测的代码, 挺有意思的加密方法, 并写了一篇文章分析一下: 破解 jsPlumb toolkit版;
- 鼓励大家使用正版, 尊重知识产权;