# StructV2
### 启动
```javascript
1. git clone
2. npm install
// 开发环境:
3. npm run dev
// 打包出生产环境产物
4. npm run build
```