疯狂的狮子li 21c5bca317 🐣发布 1.3.0 正式版 %!s(int64=3) %!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 21c5bca317 🐣发布 1.3.0 正式版 %!s(int64=3) %!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
.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 8ee702e4a2 reset babel %!s(int64=4) %!d(string=hai) anos
package.json 21c5bca317 🐣发布 1.3.0 正式版 %!s(int64=3) %!d(string=hai) anos
vue.config.js c0294cdab5 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