# StructV2 ### 启动 ```javascript 1. git clone 2. npm install 3. npm run dev ``` ### 源码里一些概念解释 1. `Model`里的`defineProps`方法是干什么的? 2. `ViewManager`里面的`shadowG6Instance`属性是干什么的? 3. `ModelConstructor`里面的`constructLinks`和`constructMarkers`具体做了什么工作?