drp前端代码

002201 07df0d2811 update пре 1 година
bin ab8b67fc60 Initial commit пре 2 година
build ab8b67fc60 Initial commit пре 2 година
public fa1b14b8c6 修改bug,申请单新增物料分类维护 пре 2 година
src 07df0d2811 update пре 1 година
.editorconfig ab8b67fc60 Initial commit пре 2 година
.env.development 8bac4c1920 更改名称 пре 2 година
.env.production 8bac4c1920 更改名称 пре 2 година
.env.staging 8bac4c1920 更改名称 пре 2 година
.eslintignore ab8b67fc60 Initial commit пре 2 година
.eslintrc.js ab8b67fc60 Initial commit пре 2 година
.gitignore de68876280 update пре 2 година
README.md ab8b67fc60 Initial commit пре 2 година
babel.config.js ab8b67fc60 Initial commit пре 2 година
package.json 2c88e13748 Merge branch 'dev' into historical_route пре 1 година
vue.config.js 791ac03d6b 更新vue.config.js пре 2 година

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