Go to file
2022-05-15 00:21:52 +08:00
.vscode 基本重构完成 2021-04-06 21:45:11 +08:00
demo Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 2022-04-21 15:35:56 +08:00
src fix: 自定义节点问题 2022-05-15 00:21:52 +08:00
.gitattributes Initial commit 2021-01-28 17:01:16 +08:00
.gitignore fix: 自定义节点问题 2022-05-15 00:21:52 +08:00
copyDist2Anyview.js fix:修复多种数据结构布局对齐问题 2022-05-13 16:43:11 +08:00
package-lock.json 修改上一步调试高亮model的bug 2022-05-07 21:08:40 +08:00
package.json fix: webpack版本 2022-03-19 22:58:04 +08:00
README.md fix: 大量bug修复 2021-12-11 19:50:31 +08:00
tsconfig.json 修改哈希数值disable的样式 2022-03-07 17:17:58 +08:00
webpack.config.develop.js fix: 大量bug修复 2021-12-11 19:50:31 +08:00
webpack.config.product.js 修改pctree的bug 2022-03-20 00:37:28 +08:00
yarn.lock fix: 增加哈希表 2022-03-27 09:22:17 +08:00

StructV2

启动

1. git clone
2. npm install

// 开发环境:
3. npm run dev

// 打包出生产环境产物
4. npm run build