疯狂的狮子li b6452dcf1f Merge branch 'master' of https://gitee.com/y_project/RuoYi-Cloud %!s(int64=4) %!d(string=hai) anos
..
bin 55a7a90bab update registry source %!s(int64=4) %!d(string=hai) anos
build 8076ebdae5 若依 1.0 %!s(int64=5) %!d(string=hai) anos
public a0f3dbd48c 新增IE浏览器版本过低提示页面 %!s(int64=5) %!d(string=hai) anos
src b6452dcf1f Merge branch 'master' of https://gitee.com/y_project/RuoYi-Cloud %!s(int64=4) %!d(string=hai) anos
.editorconfig 8076ebdae5 若依 1.0 %!s(int64=5) %!d(string=hai) anos
.env.development 9bd29a6777 update 支持配置文件指定应用路径 %!s(int64=4) %!d(string=hai) anos
.env.production 9bd29a6777 update 支持配置文件指定应用路径 %!s(int64=4) %!d(string=hai) anos
.env.staging 9bd29a6777 update 支持配置文件指定应用路径 %!s(int64=4) %!d(string=hai) anos
.eslintignore 8076ebdae5 若依 1.0 %!s(int64=5) %!d(string=hai) anos
.eslintrc.js 8076ebdae5 若依 1.0 %!s(int64=5) %!d(string=hai) anos
.gitignore 8076ebdae5 若依 1.0 %!s(int64=5) %!d(string=hai) anos
README.md 55a7a90bab update registry source %!s(int64=4) %!d(string=hai) anos
babel.config.js 180b6d4d02 升级vue-cli版本到4.4.4 %!s(int64=5) %!d(string=hai) anos
package.json 0666275a17 发布 0.11.0 增加 短信模块 邮件模块 重写oss模块功能 %!s(int64=4) %!d(string=hai) anos
vue.config.js 9bd29a6777 update 支持配置文件指定应用路径 %!s(int64=4) %!d(string=hai) anos

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