Go to file
2021-12-23 17:44:29 +08:00
.vscode 基本重构完成 2021-04-06 21:45:11 +08:00
demoV2 Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main 2021-12-23 17:44:29 +08:00
dist Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main 2021-12-23 17:44:29 +08:00
src Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main 2021-12-23 17:44:29 +08:00
.gitattributes Initial commit 2021-01-28 17:01:16 +08:00
.gitignore 修正demo目录 2021-08-01 00:44:04 +08:00
copyDist2Anyview.js fix: 大量bug修复 2021-12-11 19:50:31 +08:00
package.json fix: 新增可以修改整体样式的接口 2021-12-15 20:37:16 +08:00
README.md fix: 大量bug修复 2021-12-11 19:50:31 +08:00
tsconfig.json 基本重构完成 2021-04-06 21:45:11 +08:00
webpack.config.develop.js fix: 大量bug修复 2021-12-11 19:50:31 +08:00
webpack.config.product.js feat: 增加框选功能 2021-12-22 21:56:52 +08:00
yarn.lock 增添PTree结构 2021-12-13 22:05:13 +08:00

StructV2

启动

1. git clone
2. npm install

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

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