Sin descripción

Gogs f26e84c353 Merge branch 'master' of https://gogs.dev.dazesoft.cn/dtm_organization/dtm_vue hace 3 meses
bin 356b874029 vue前端构建 hace 5 meses
build 356b874029 vue前端构建 hace 5 meses
public 356b874029 vue前端构建 hace 5 meses
src f26e84c353 Merge branch 'master' of https://gogs.dev.dazesoft.cn/dtm_organization/dtm_vue hace 3 meses
.editorconfig 356b874029 vue前端构建 hace 5 meses
.env.development bb145406de 生命周期模块各部分整合 hace 3 meses
.env.production baa99a436b 生命周期数据大屏模块+系统导航重构 hace 4 meses
.env.staging baa99a436b 生命周期数据大屏模块+系统导航重构 hace 4 meses
.gitignore 356b874029 vue前端构建 hace 5 meses
LICENSE 6b456e64e5 Initial commit hace 5 meses
README.md 356b874029 vue前端构建 hace 5 meses
babel.config.js 356b874029 vue前端构建 hace 5 meses
package.json bb145406de 生命周期模块各部分整合 hace 3 meses
vue.config.js b9e49ddf60 Merge remote-tracking branch 'origin/master' hace 3 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