hum 8943f1bb90 feat: 手动测流后页面不刷新 il y a 1 an
..
bin b2c3f45141 update registry source il y a 3 ans
build 46444bd0fe RuoYi-Vue 1.0 il y a 6 ans
public 6476c6d238 feat: 使用天地图代替百度地图 il y a 1 an
src 8943f1bb90 feat: 手动测流后页面不刷新 il y a 1 an
.editorconfig 46444bd0fe RuoYi-Vue 1.0 il y a 6 ans
.env.development 2d5dff3896 feat: 站点配置管理 il y a 1 an
.env.production 2d5dff3896 feat: 站点配置管理 il y a 1 an
.env.staging 557672ba9f 系统布局配置支持动态标题开关 il y a 4 ans
.eslintignore 46444bd0fe RuoYi-Vue 1.0 il y a 6 ans
.eslintrc.js 46444bd0fe RuoYi-Vue 1.0 il y a 6 ans
.gitignore 46444bd0fe RuoYi-Vue 1.0 il y a 6 ans
README.md b2c3f45141 update registry source il y a 3 ans
babel.config.js e8fbf5fdbd reset babel il y a 3 ans
package.json 6476c6d238 feat: 使用天地图代替百度地图 il y a 1 an
pnpm-lock.yaml adc33e38ec feat: 添加地图组件 il y a 1 an
vue.config.js bf3e2115e3 update vue.config.js il y a 1 an

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