Yjoioooo fbe8aa4f5f update 修改包名为org.dromara il y a 3 ans
..
bin 14303df5a7 fix 修复 前端脚本乱码问题 il y a 3 ans
build 8076ebdae5 若依 1.0 il y a 5 ans
public f059c2d5cd update 全新 logo 全新背景图(设计师打造) il y a 3 ans
src fbe8aa4f5f update 修改包名为org.dromara il y a 3 ans
.editorconfig 8076ebdae5 若依 1.0 il y a 5 ans
.env.development 9bd29a6777 update 支持配置文件指定应用路径 il y a 4 ans
.env.production 9bd29a6777 update 支持配置文件指定应用路径 il y a 4 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 55a7a90bab update registry source il y a 4 ans
babel.config.js 8ee702e4a2 reset babel il y a 4 ans
package.json e3aa1eb83f update 项目正式入驻 dromara 开源社区 更改项目地址 il y a 3 ans
vue.config.js c0294cdab5 update 更改框架页面命名 il y a 4 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.npmmirror.com

# 启动服务
npm run dev

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

发布

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

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