Go to file
shaowenhao e0c2ad2774 车辆管理下拉框更新 2023-11-30 19:48:02 +08:00
bin 初始化 2023-11-19 22:14:36 +08:00
build 11 2023-11-22 11:44:22 +08:00
public 11 2023-11-22 11:44:22 +08:00
src 车辆管理下拉框更新 2023-11-30 19:48:02 +08:00
.editorconfig 11 2023-11-22 11:44:22 +08:00
.env.development 11 2023-11-22 11:44:22 +08:00
.env.production 11 2023-11-22 11:44:22 +08:00
.env.staging 11 2023-11-22 11:44:22 +08:00
.eslintignore 11 2023-11-22 11:44:22 +08:00
.eslintrc.js 11 2023-11-22 11:44:22 +08:00
.gitignore 11 2023-11-22 11:44:22 +08:00
README.md commit 2023-11-28 16:43:18 +08:00
babel.config.js 修改1前端 2023-11-22 14:00:14 +08:00
package.json 打包失败 2023-11-26 19:54:03 +08:00
vue.config.js 11 2023-11-22 11:44:22 +08:00

README.md

开发

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

# 进入项目目录
cd cloud-ui

# 安装依赖
npm install

#高德题图第三方依赖
npm install @amap/amap-jsapi-loader

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod