疯狂的狮子li 40f28e9869 update 优化 去除无用字典 hace 2 años
..
bin e0b65b857d 前端ui脚本中文乱码 hace 2 años
build 2841620be6 初始化项目 hace 5 años
public a0bed51d96 update 格式化代码 统一间隔符 hace 3 años
src 40f28e9869 update 优化 去除无用字典 hace 2 años
.editorconfig 2841620be6 初始化项目 hace 5 años
.env.development 874cf18566 fix 修复 配置应用前缀路径书写问题 hace 3 años
.env.production 874cf18566 fix 修复 配置应用前缀路径书写问题 hace 3 años
.eslintignore 2841620be6 初始化项目 hace 5 años
.eslintrc.js 2841620be6 初始化项目 hace 5 años
.gitignore 2841620be6 初始化项目 hace 5 años
README.md d637f03067 Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev hace 3 años
babel.config.js c966d9bada Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue hace 4 años
package.json 242e26abee 🧧发布 4.5.0 新春版 hace 2 años
vue.config.js c33aa5c969 add 同步ruoyi 新增缓存列表菜单功能 hace 2 años

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