Sin descripción

yg e57e99e793 登陆页,注册页页面设计 hace 1 mes
bin 29ac3bc42e 脚手架 hace 10 meses
build 29ac3bc42e 脚手架 hace 10 meses
public 0ac2d5ae2b 代码优化 hace 3 meses
src e57e99e793 登陆页,注册页页面设计 hace 1 mes
.editorconfig 29ac3bc42e 脚手架 hace 10 meses
.env.development dbddc326e5 系统标题与logo修改 hace 9 meses
.env.production f36977bd31 高拍优化 hace 3 meses
.env.staging 29ac3bc42e 脚手架 hace 10 meses
.eslintignore 29ac3bc42e 脚手架 hace 10 meses
.eslintrc.js e974b69a04 增加高拍页面布局 hace 10 meses
.gitignore 29ac3bc42e 脚手架 hace 10 meses
README.md 29ac3bc42e 脚手架 hace 10 meses
babel.config.js 29ac3bc42e 脚手架 hace 10 meses
package.json bee34e468f 审核页面优化以及审核功能实现 hace 3 meses
pnpm-lock.yaml ae291767ec rsa加密 hace 5 meses
vue.config.js 1dac8f79b1 轮胎花纹深度数据绑定 hace 4 meses

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