drp前端代码

黄梓星 8bac4c1920 更改名称 2 éve
bin ab8b67fc60 Initial commit 2 éve
build ab8b67fc60 Initial commit 2 éve
public 8bac4c1920 更改名称 2 éve
src 8bac4c1920 更改名称 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 ab8b67fc60 Initial commit 2 éve
README.md ab8b67fc60 Initial commit 2 éve
babel.config.js ab8b67fc60 Initial commit 2 éve
package.json 8bac4c1920 更改名称 2 éve
vue.config.js 4dd2809f3b bug修复,参照加入搜索分页,剂型参照为树形 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