wangmengwei 4a34d45362 提交 hace 2 semanas
..
bin dd833ed83d first commit hace 2 años
bpmnlint-plugin-local dd833ed83d first commit hace 2 años
build dd833ed83d first commit hace 2 años
public 4a34d45362 提交 hace 2 semanas
src 4a34d45362 提交 hace 2 semanas
.editorconfig dd833ed83d first commit hace 2 años
.env.development 4a34d45362 提交 hace 2 semanas
.env.production 4a34d45362 提交 hace 2 semanas
.env.staging 4a34d45362 提交 hace 2 semanas
.eslintignore dd833ed83d first commit hace 2 años
.eslintrc.js dd833ed83d first commit hace 2 años
.gitignore dd833ed83d first commit hace 2 años
README.md dd833ed83d first commit hace 2 años
babel.config.js dd833ed83d first commit hace 2 años
package.json 4a34d45362 提交 hace 2 semanas
vue.config.js 4a34d45362 提交 hace 2 semanas

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