drp前端代码

DongZ dc8c912dfc 增加了董卓的本地。 há 1 ano atrás
bin ab8b67fc60 Initial commit há 2 anos atrás
build ab8b67fc60 Initial commit há 2 anos atrás
public fa1b14b8c6 修改bug,申请单新增物料分类维护 há 2 anos atrás
src 212ee49d04 Merge branch 'dev' of http://172.16.100.139/new-business/drp-web into dev há 1 ano atrás
.editorconfig ab8b67fc60 Initial commit há 2 anos atrás
.env.development 8bac4c1920 更改名称 há 2 anos atrás
.env.production 8bac4c1920 更改名称 há 2 anos atrás
.env.staging 8bac4c1920 更改名称 há 2 anos atrás
.eslintignore ab8b67fc60 Initial commit há 2 anos atrás
.eslintrc.js ab8b67fc60 Initial commit há 2 anos atrás
.gitignore bb32f62aac 修改新增调拨订单子表赋值删除条件为0 há 1 ano atrás
README.md ab8b67fc60 Initial commit há 2 anos atrás
babel.config.js ab8b67fc60 Initial commit há 2 anos atrás
package.json 0a45fc500c 【采购订单维护】打印:printJS(未完) há 1 ano atrás
vue.config.js dc8c912dfc 增加了董卓的本地。 há 1 ano atrás

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