| .vscode | ||
| demoV2 | ||
| dist | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
StructV2
启动
1. git clone
2. npm install
3. npm run dev
源码里一些概念解释
Model里的defineProps方法是干什么的?ViewManager里面的shadowG6Instance属性是干什么的?ModelConstructor里面的constructLinks和constructMarkers具体做了什么工作?