疯狂的狮子li 3430b090e6 update 基于S3协议重新实现 OSS模块 支持自定义域名 hace 4 años
..
bin 55a7a90bab update registry source hace 4 años
build 8076ebdae5 若依 1.0 hace 5 años
public a0f3dbd48c 新增IE浏览器版本过低提示页面 hace 5 años
src 3430b090e6 update 基于S3协议重新实现 OSS模块 支持自定义域名 hace 4 años
.editorconfig 8076ebdae5 若依 1.0 hace 5 años
.env.development 9bd29a6777 update 支持配置文件指定应用路径 hace 4 años
.env.production 9bd29a6777 update 支持配置文件指定应用路径 hace 4 años
.env.staging 9bd29a6777 update 支持配置文件指定应用路径 hace 4 años
.eslintignore 8076ebdae5 若依 1.0 hace 5 años
.eslintrc.js 8076ebdae5 若依 1.0 hace 5 años
.gitignore 8076ebdae5 若依 1.0 hace 5 años
README.md 55a7a90bab update registry source hace 4 años
babel.config.js 180b6d4d02 升级vue-cli版本到4.4.4 hace 5 años
package.json b6c6a58a93 Merge branch 'master' of https://gitee.com/y_project/RuoYi-Cloud hace 4 años
vue.config.js 9bd29a6777 update 支持配置文件指定应用路径 hace 4 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