疯狂的狮子li b8b6d85016 update 优化 oss配置 js注释错误 3 yıl önce
..
bin 55a7a90bab update registry source 4 yıl önce
build 8076ebdae5 若依 1.0 5 yıl önce
public a0f3dbd48c 新增IE浏览器版本过低提示页面 5 yıl önce
src b8b6d85016 update 优化 oss配置 js注释错误 3 yıl önce
.editorconfig 8076ebdae5 若依 1.0 5 yıl önce
.env.development 9bd29a6777 update 支持配置文件指定应用路径 4 yıl önce
.env.production 9bd29a6777 update 支持配置文件指定应用路径 4 yıl önce
.eslintignore 8076ebdae5 若依 1.0 5 yıl önce
.eslintrc.js 8076ebdae5 若依 1.0 5 yıl önce
.gitignore 8076ebdae5 若依 1.0 5 yıl önce
README.md 55a7a90bab update registry source 4 yıl önce
babel.config.js 8ee702e4a2 reset babel 4 yıl önce
package.json ab6b8942e5 update 优化 补全缺失的接口 更改更新日志链接 3 yıl önce
vue.config.js c0294cdab5 update 更改框架页面命名 4 yıl önce

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