You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

206 B

开发

# 克隆项目
git clone 

# 安装依赖
npm install

# 启动服务
npm run dev

## 发布

```bash
# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod