بدون توضیح

chen.cheng 9a1fece398 + 指令下发工作台页面代码 5 ماه پیش
bin 279a8ed261 init 6 ماه پیش
build 279a8ed261 init 6 ماه پیش
docker 279a8ed261 init 6 ماه پیش
public 7cbb62304d + 视频跟随前端 6 ماه پیش
src 9a1fece398 + 指令下发工作台页面代码 5 ماه پیش
.editorconfig 279a8ed261 init 6 ماه پیش
.env.console 279a8ed261 init 6 ماه پیش
.env.development a25e0722a2 + 标签多语言配置接口,如果需要新增新语种只需要增加多语言字段,例如en,sys_dic_data表新增字段 dict_label_en,前端在转义label的时候增加根据语言环境取不同字段的功能 5 ماه پیش
.env.production a25e0722a2 + 标签多语言配置接口,如果需要新增新语种只需要增加多语言字段,例如en,sys_dic_data表新增字段 dict_label_en,前端在转义label的时候增加根据语言环境取不同字段的功能 5 ماه پیش
.env.staging 279a8ed261 init 6 ماه پیش
.env.test 279a8ed261 init 6 ماه پیش
.eslintignore 279a8ed261 init 6 ماه پیش
.eslintrc.js 279a8ed261 init 6 ماه پیش
.gitignore 9f479901c4 + 北斗园区业务代码 6 ماه پیش
Dockerfile 279a8ed261 init 6 ماه پیش
README.md 279a8ed261 init 6 ماه پیش
babel.config.js 279a8ed261 init 6 ماه پیش
deploy.sh 279a8ed261 init 6 ماه پیش
jsconfig.json 279a8ed261 init 6 ماه پیش
package.json 42eff9a98e + 新增国际化组件和配置文件 5 ماه پیش
version 279a8ed261 init 6 ماه پیش
vue.config.js 279a8ed261 init 6 ماه پیش

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