## 开发
```bash
# 克隆项目
git clone
# 安装依赖
npm install
# 启动服务
npm run dev
## 发布
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
```