疯狂的狮子li 8225235467 🦁 发布 1.1.0 新增 ELK 与三大 MQ 支持 il y a 4 ans
..
bin 55a7a90bab update registry source il y a 4 ans
build 8076ebdae5 若依 1.0 il y a 5 ans
public a0f3dbd48c 新增IE浏览器版本过低提示页面 il y a 5 ans
src 8225235467 🦁 发布 1.1.0 新增 ELK 与三大 MQ 支持 il y a 4 ans
.editorconfig 8076ebdae5 若依 1.0 il y a 5 ans
.env.development 9bd29a6777 update 支持配置文件指定应用路径 il y a 4 ans
.env.production 9bd29a6777 update 支持配置文件指定应用路径 il y a 4 ans
.env.staging 9bd29a6777 update 支持配置文件指定应用路径 il y a 4 ans
.eslintignore 8076ebdae5 若依 1.0 il y a 5 ans
.eslintrc.js 8076ebdae5 若依 1.0 il y a 5 ans
.gitignore 8076ebdae5 若依 1.0 il y a 5 ans
README.md 55a7a90bab update registry source il y a 4 ans
babel.config.js 8ee702e4a2 reset babel il y a 4 ans
package.json 8225235467 🦁 发布 1.1.0 新增 ELK 与三大 MQ 支持 il y a 4 ans
vue.config.js aa5ea44dde Merge remote-tracking branch 'ruoyi-cloud/master' into dev il y a 4 ans

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