工业上楼
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.
 
 
 
 
项洋 db7c907b8e
Merge branch 'yfy' of http://39.101.188.84:7000/suzhou-jichuang-lanhai/Gyyq-Upstairs into yfy
3 months ago
bin
build
public 1 3 months ago
src Merge branch 'yfy' of http://39.101.188.84:7000/suzhou-jichuang-lanhai/Gyyq-Upstairs into yfy 3 months ago
.editorconfig
.env.development 需求修改 4 months ago
.env.production 问题清单 详情页面 3 months ago
.env.staging 需求修改 4 months ago
.eslintignore
.eslintrc.js
.gitignore
README.md 登录页面 5 months ago
babel.config.js
package.json json 3 months ago
vue.config.js 问题清单 详情页面 3 months ago

README.md

开发

# 克隆项目
git clone 

# 安装依赖
npm install

# 启动服务
npm run dev

## 发布

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

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