疯狂的狮子li aac6e0521a 发布 4.1.0 il y a 2 ans
..
bin d637f03067 Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev il y a 2 ans
build 2841620be6 初始化项目 il y a 5 ans
public a0bed51d96 update 格式化代码 统一间隔符 il y a 3 ans
src aac6e0521a 发布 4.1.0 il y a 2 ans
.editorconfig 2841620be6 初始化项目 il y a 5 ans
.env.development 874cf18566 fix 修复 配置应用前缀路径书写问题 il y a 3 ans
.env.production 874cf18566 fix 修复 配置应用前缀路径书写问题 il y a 3 ans
.env.staging 874cf18566 fix 修复 配置应用前缀路径书写问题 il y a 3 ans
.eslintignore 2841620be6 初始化项目 il y a 5 ans
.eslintrc.js 2841620be6 初始化项目 il y a 5 ans
.gitignore 2841620be6 初始化项目 il y a 5 ans
README.md d637f03067 Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev il y a 2 ans
babel.config.js c966d9bada Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue il y a 4 ans
package.json aac6e0521a 发布 4.1.0 il y a 2 ans
vue.config.js 673b225da2 Merge remote-tracking branch 'ruoyi-vue/master' into dev il y a 3 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