drp前端代码

002390 fe893bbd7c Merge branch 'dev' of http://172.16.100.139/new-business/drp-web into dev hace 10 meses
bin ab8b67fc60 Initial commit hace 2 años
build ab8b67fc60 Initial commit hace 2 años
public e612fcbe12 ✨ feat(【SPD售后问题收集】): hace 11 meses
src fe893bbd7c Merge branch 'dev' of http://172.16.100.139/new-business/drp-web into dev hace 10 meses
.editorconfig ab8b67fc60 Initial commit hace 2 años
.env.development 8bac4c1920 更改名称 hace 2 años
.env.production 8bac4c1920 更改名称 hace 2 años
.env.staging 8bac4c1920 更改名称 hace 2 años
.eslintignore ab8b67fc60 Initial commit hace 2 años
.eslintrc.js ab8b67fc60 Initial commit hace 2 años
.gitignore bb32f62aac 修改新增调拨订单子表赋值删除条件为0 hace 1 año
README.md ab8b67fc60 Initial commit hace 2 años
babel.config.js 189331092c ✨ feat(【drp-spd-售后问题收集】): 售后问题收集移动端开发 hace 1 año
package.json 790538a856 fix(证照管理) 页面+ocr能力 hace 10 meses
vue.config.js e9d75a04cd 默认配置信息 hace 11 meses

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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