# 合规云 **Repository Path**: fuyongguang/trunk ## Basic Information - **Project Name**: 合规云 - **Description**: 合规云系统开发 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-02 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 合规云 基于 Vue3 + Element Plus 的后台管理系统解决方案。[线上地址](https://lin-xin.gitee.io/example/work/) ## 前言 该项目一套多功能的后台框架模板,适用于绝大部分的后台管理系统(Web Management System)开发。基于 Vue3,使用 vue-cli3 脚手架,引用 Element Plus 组件库,方便开发快速简洁好看的组件。分离颜色样式,支持手动切换主题色,而且很方便使用自定义主题色。 ## 安装步骤 ``` git clone https://gitee.com/fuyongguang/trunk.git // 把项目下载到本地 cd trunk // 进入模板目录 npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn // 开启服务器,浏览器访问 http://localhost:8080 npm run serve // 执行构建命令,生成的dist文件夹放在服务器下即可访问 npm run build ```