X-Flowchart
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
v2.0.0
-
***
重构:基于Vue plugin
重构。 -
***
自定义:基于props
实现较高自由度的config
配置。 -
**
优化 界面:交互效果提升。 -
**
优化 组件:颗粒度更细。 -
**
优化 路径规划逻辑:通过路径规划算法等方法实现较好的路径表现效果。 -
**
优化 数据结构。 -
**
优化 导出:支持导出为图片、JSON
。 -
**
新增 预览/回显: 支持多种形式的预览、回显,eg:页面回显、编辑器回显。 -
*
新增 效果图比对:支持上传效果图进行比对。