Stwzhj-Cloud-Plus/ruoyi-ui
疯狂的狮子li 920e51a8aa fix 修复tab栏”关闭其他“异常的问题 2023-04-06 12:59:05 +08:00
..
bin fix 修复 前端脚本乱码问题 2022-11-16 09:44:34 +08:00
build 若依 1.0 2020-05-24 20:40:55 +08:00
public update 全新 logo 全新背景图(设计师打造) 2023-03-25 00:17:27 +08:00
src fix 修复tab栏”关闭其他“异常的问题 2023-04-06 12:59:05 +08:00
.editorconfig 若依 1.0 2020-05-24 20:40:55 +08:00
.env.development update 支持配置文件指定应用路径 2022-02-28 10:26:58 +08:00
.env.production update 支持配置文件指定应用路径 2022-02-28 10:26:58 +08:00
.eslintignore 若依 1.0 2020-05-24 20:40:55 +08:00
.eslintrc.js 若依 1.0 2020-05-24 20:40:55 +08:00
.gitignore 若依 1.0 2020-05-24 20:40:55 +08:00
README.md update registry source 2022-03-30 10:23:51 +08:00
babel.config.js reset babel 2022-06-14 21:26:24 +08:00
package.json update 项目正式入驻 dromara 开源社区 更改项目地址 2023-03-23 17:24:02 +08:00
vue.config.js update 更改框架页面命名 2022-07-27 09:43:15 +08:00

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