疯狂的狮子li e2a5167368 🦁 发布 1.2.0 新增 SpringDoc 无注解文档生成 与 新增 easy-es 集成 4 years ago
..
bin 55a7a90bab update registry source 4 years ago
build 8076ebdae5 若依 1.0 5 years ago
public a0f3dbd48c 新增IE浏览器版本过低提示页面 5 years ago
src e2a5167368 🦁 发布 1.2.0 新增 SpringDoc 无注解文档生成 与 新增 easy-es 集成 4 years ago
.editorconfig 8076ebdae5 若依 1.0 5 years ago
.env.development 9bd29a6777 update 支持配置文件指定应用路径 4 years ago
.env.production 9bd29a6777 update 支持配置文件指定应用路径 4 years ago
.eslintignore 8076ebdae5 若依 1.0 5 years ago
.eslintrc.js 8076ebdae5 若依 1.0 5 years ago
.gitignore 8076ebdae5 若依 1.0 5 years ago
README.md 55a7a90bab update registry source 4 years ago
babel.config.js 8ee702e4a2 reset babel 4 years ago
package.json e2a5167368 🦁 发布 1.2.0 新增 SpringDoc 无注解文档生成 与 新增 easy-es 集成 4 years ago
vue.config.js c0294cdab5 update 更改框架页面命名 4 years ago

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