工业物联网系统前端

翁玉文 c60e1a08ce 卸货港、中转港不能为空 hace 4 años
bin 34fa78133f 推送整个项目 hace 4 años
build 34fa78133f 推送整个项目 hace 4 años
public f4fbaea614 修改车队页面细节 hace 4 años
src c60e1a08ce 卸货港、中转港不能为空 hace 4 años
.editorconfig 34fa78133f 推送整个项目 hace 4 años
.env.development 34fa78133f 推送整个项目 hace 4 años
.env.production 34fa78133f 推送整个项目 hace 4 años
.env.staging 34fa78133f 推送整个项目 hace 4 años
.eslintignore 34fa78133f 推送整个项目 hace 4 años
.eslintrc.js 34fa78133f 推送整个项目 hace 4 años
.gitignore c06cfb12c6 1 hace 4 años
README.md da05d313fd 首页,协议管理修改 hace 4 años
babel.config.js 34fa78133f 推送整个项目 hace 4 años
package.json 1bedd01a2c 登录页名称修改、仓储附件上传更改 hace 4 años
vue.config.js c60e1a08ce 卸货港、中转港不能为空 hace 4 años

README.md

开发

# 克隆项目
git clone root@git.echepei.com:zhujiawei/Warehouse_management_ui.git

# 进入项目目录
cd Warehouse_management_ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

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

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