drp前端代码

黄梓星 1df1eab4e4 物料申请单增删改查接口 2 éve
bin ab8b67fc60 Initial commit 2 éve
build ab8b67fc60 Initial commit 2 éve
public 84b1c1898c 系统更换名称 2 éve
src 1df1eab4e4 物料申请单增删改查接口 2 éve
.editorconfig ab8b67fc60 Initial commit 2 éve
.env.development 84b1c1898c 系统更换名称 2 éve
.env.production 84b1c1898c 系统更换名称 2 éve
.env.staging 84b1c1898c 系统更换名称 2 éve
.eslintignore ab8b67fc60 Initial commit 2 éve
.eslintrc.js ab8b67fc60 Initial commit 2 éve
.gitignore ab8b67fc60 Initial commit 2 éve
README.md ab8b67fc60 Initial commit 2 éve
babel.config.js ab8b67fc60 Initial commit 2 éve
package.json 0a9e9b8a10 1 . 更新物料标签前端页面 2 éve
vue.config.js 8ab86f8346 1.除基本信息之外的标签详情展示与编辑状态; 2 éve

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