drp前端代码

黄梓星 a7ace74e7e Merge branch 'purchaseDev' into 'dev' 2 éve
bin ab8b67fc60 Initial commit 2 éve
build ab8b67fc60 Initial commit 2 éve
public fa1b14b8c6 修改bug,申请单新增物料分类维护 2 éve
src ee8680a66c xzt433,301,266bug修改 2 éve
.editorconfig ab8b67fc60 Initial commit 2 éve
.env.development 8bac4c1920 更改名称 2 éve
.env.production 8bac4c1920 更改名称 2 éve
.env.staging 8bac4c1920 更改名称 2 éve
.eslintignore ab8b67fc60 Initial commit 2 éve
.eslintrc.js ab8b67fc60 Initial commit 2 éve
.gitignore de68876280 update 2 éve
README.md ab8b67fc60 Initial commit 2 éve
babel.config.js ab8b67fc60 Initial commit 2 éve
package.json e80cf90528 1.新增收货仓库、联系人电话(主表),取消收货地点(子表),增加收货客户(子表) 2 éve
vue.config.js b947bb4748 配置文件调整 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