工业上楼
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.
 
 
 
 
严飞永 8156f91be1
api
4 months ago
bin
build
public 基本信息前三个模块 4 months ago
src api 4 months ago
.editorconfig
.env.development 详细前两个接口文档 5 months ago
.env.production 流程和按钮 4 months ago
.env.staging 项目详情 5 months ago
.eslintignore
.eslintrc.js
.gitignore
README.md
babel.config.js
package.json 流程和按钮 4 months ago
vue.config.js 流程接口 4 months ago

README.md

开发

# 克隆项目
git clone 

# 安装依赖
npm install

# 启动服务
npm run dev

## 发布

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

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