RuoYi cee572f237 若依 3.0 hace 4 años
..
bin 505ee1d63e 添加一个打包Web工程bat hace 5 años
build 46444bd0fe RuoYi-Vue 1.0 hace 5 años
public a2d1160205 add ruoyi-ui/public/robots.txt. hace 4 años
src d5cc95fefb 升级element-ui版本到2.13.2 hace 4 años
.editorconfig 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.env.development 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.env.production 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.env.staging 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.eslintignore 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.eslintrc.js 46444bd0fe RuoYi-Vue 1.0 hace 5 años
.gitignore 46444bd0fe RuoYi-Vue 1.0 hace 5 años
README.md 1e2a2026c6 修改文件编码格式 hace 4 años
babel.config.js 46444bd0fe RuoYi-Vue 1.0 hace 5 años
package.json cee572f237 若依 3.0 hace 4 años
vue.config.js 0c069a57cc 项目添加robots.txt 防止后台管理系统被搜索引擎收录 hace 4 años

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