Go to file
微醺 e20c8921e7 1.车联管理模块
2.报文模版表
更新时间 09232028
2024-09-23 20:28:35 +08:00
bin feat(): 初始化 2024-09-14 21:19:00 +08:00
build feat(): 初始化 2024-09-14 21:19:00 +08:00
public feat():围栏组:围栏组多对多电子围栏 2024-09-23 19:40:08 +08:00
src 1.车联管理模块 2024-09-23 20:28:35 +08:00
.editorconfig feat(): 初始化 2024-09-14 21:19:00 +08:00
.env.development feat(): 初始化 2024-09-14 21:19:00 +08:00
.env.production feat(): 初始化 2024-09-14 21:19:00 +08:00
.env.staging feat(): 初始化 2024-09-14 21:19:00 +08:00
.eslintignore feat(): 初始化 2024-09-14 21:19:00 +08:00
.eslintrc.js feat(): 初始化 2024-09-14 21:19:00 +08:00
.gitignore feat(): 初始化 2024-09-14 21:19:00 +08:00
README.md feat(): 初始化 2024-09-14 21:19:00 +08:00
babel.config.js feat(): 初始化 2024-09-14 21:19:00 +08:00
package.json feat():电子围栏CRUD,高德地图 2024-09-21 10:01:02 +08:00
vue.config.js feat(): 初始化 2024-09-14 21:19:00 +08:00

README.md

开发

# 克隆项目
git clone https://gitea.qinmian.online/ruoyi/cloud-ui.git

# 进入项目目录
cd cloud-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