疯狂的狮子li b8b6d85016 update 优化 oss配置 js注释错误 hace 3 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 b8b6d85016 update 优化 oss配置 js注释错误 hace 3 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
.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 8ee702e4a2 reset babel hace 4 años
package.json ab6b8942e5 update 优化 补全缺失的接口 更改更新日志链接 hace 3 años
vue.config.js c0294cdab5 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