Go to file
廖威敬 7b9fffe0ab Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main
# Conflicts:
#	demo/Layouter/Force.js
#	src/Model/SVModel.ts
#	src/StructV.ts
#	src/View/renderer.ts
#	src/View/viewContainer.ts
#	src/engine.ts
2022-04-06 11:33:48 +08:00
.vscode 基本重构完成 2021-04-06 21:45:11 +08:00
demo Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main 2022-04-06 11:33:48 +08:00
src Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main 2022-04-06 11:33:48 +08:00
.gitattributes Initial commit 2021-01-28 17:01:16 +08:00
.gitignore fix: 修复泄漏区布局问题 2022-02-25 18:30:41 +08:00
copyDist2Anyview.js fix: 高亮问题修复 2022-03-13 15:21:20 +08:00
package-lock.json 修改pctree的bug 2022-03-20 00:37:28 +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