wangwx 52e5ed1be9 配置文件 hai 1 ano
..
bin b2c3f45141 update registry source %!s(int64=2) %!d(string=hai) anos
build 46444bd0fe RuoYi-Vue 1.0 %!s(int64=5) %!d(string=hai) anos
public 5e64a93d11 若依 3.5.0 %!s(int64=3) %!d(string=hai) anos
src 07b902fabe 1、部署配置调整 hai 1 ano
.editorconfig 46444bd0fe RuoYi-Vue 1.0 %!s(int64=5) %!d(string=hai) anos
.env.development fd38edce34 初始化拉手 hai 1 ano
.env.production fd38edce34 初始化拉手 hai 1 ano
.env.staging fd38edce34 初始化拉手 hai 1 ano
.eslintignore 46444bd0fe RuoYi-Vue 1.0 %!s(int64=5) %!d(string=hai) anos
.eslintrc.js 46444bd0fe RuoYi-Vue 1.0 %!s(int64=5) %!d(string=hai) anos
.gitignore 46444bd0fe RuoYi-Vue 1.0 %!s(int64=5) %!d(string=hai) anos
README.md b2c3f45141 update registry source %!s(int64=2) %!d(string=hai) anos
babel.config.js e8fbf5fdbd reset babel %!s(int64=2) %!d(string=hai) anos
package.json fd38edce34 初始化拉手 hai 1 ano
vue.config.js 52e5ed1be9 配置文件 hai 1 ano

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