RuoYi c2879908eb 富文本工具栏配置视频 il y a 5 ans
..
bin 8076ebdae5 若依 1.0 il y a 5 ans
build 8076ebdae5 若依 1.0 il y a 5 ans
public a0f3dbd48c 新增IE浏览器版本过低提示页面 il y a 5 ans
src c2879908eb 富文本工具栏配置视频 il y a 5 ans
.editorconfig 8076ebdae5 若依 1.0 il y a 5 ans
.env.development 8076ebdae5 若依 1.0 il y a 5 ans
.env.production 8076ebdae5 若依 1.0 il y a 5 ans
.env.staging 8076ebdae5 若依 1.0 il y a 5 ans
.eslintignore 8076ebdae5 若依 1.0 il y a 5 ans
.eslintrc.js 8076ebdae5 若依 1.0 il y a 5 ans
.gitignore 8076ebdae5 若依 1.0 il y a 5 ans
README.md f91338cf4b 修改文件编码格式utf-8 il y a 5 ans
babel.config.js 180b6d4d02 升级vue-cli版本到4.4.4 il y a 5 ans
package.json cc2957a3ed 若依 2.5.0 il y a 5 ans
vue.config.js 4328842fe3 前端更新插件版本 il y a 5 ans

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod