limeng bb0e4db930 融合大华视频插件 7 달 전
..
.history 487cb60509 更换资源分布柱状图流光特效 11 달 전
bin 6ea0270c8e init 1 년 전
build 6ea0270c8e init 1 년 전
public a4f1131a50 threejs + Cesium前端地图引入 11 달 전
src bb0e4db930 融合大华视频插件 7 달 전
.editorconfig 6ea0270c8e init 1 년 전
.env.development a43e168832 标题 图片 1 년 전
.env.production a43e168832 标题 图片 1 년 전
.env.staging a43e168832 标题 图片 1 년 전
.eslintignore 6ea0270c8e init 1 년 전
.eslintrc.js 6ea0270c8e init 1 년 전
.gitignore 6ea0270c8e init 1 년 전
README.md 6ea0270c8e init 1 년 전
babel.config.js 6ea0270c8e init 1 년 전
package.json 55efb57758 sso 11 달 전
vue.config.js a8185b11dd Merge branch 'refs/heads/master' into sso 10 달 전

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