RuoYi 67b17da06f 优化特殊字符密码修改失败问题 hace 4 días
..
bin 55a7a90bab update registry source hace 2 años
build 3da7aea540 若依 1.0 hace 4 años
public a326e880a1 修改主题样式本地读取 hace 2 semanas
src 67b17da06f 优化特殊字符密码修改失败问题 hace 4 días
.editorconfig 3da7aea540 若依 1.0 hace 4 años
.env.development 23944b2f9c 系统布局配置支持动态标题开关 hace 3 años
.env.production 23944b2f9c 系统布局配置支持动态标题开关 hace 3 años
.env.staging aa607d135c update .env.staging hace 1 mes
.eslintignore 3da7aea540 若依 1.0 hace 4 años
.eslintrc.js 3da7aea540 若依 1.0 hace 4 años
.gitignore 3da7aea540 若依 1.0 hace 4 años
README.md 55a7a90bab update registry source hace 2 años
babel.config.js 8ee702e4a2 reset babel hace 2 años
package.json a222c24796 用户管理支持分栏拖动 hace 4 semanas
vue.config.js 4987289a98 升级quill到最新版本2.0.2 hace 2 meses

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