# easy-cloud-admin
**Repository Path**: wxson/easy-cloud-admin
## Basic Information
- **Project Name**: easy-cloud-admin
- **Description**: 🎉🎉🔥根据实际场景业务开发。基于vue3.x 、Typescript、vite、Element plus等。
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 5
- **Forks**: 0
- **Created**: 2022-01-14
- **Last Updated**: 2024-11-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#### 🌈 介绍
基于 [Vue-next-admin](https://gitee.com/lyt-top/vue-next-admin)
开源项目进行的二次开发。在此感谢:[Vue-next-admin](https://gitee.com/lyt-top/vue-next-admin) 团队。
#### 💝️ 你关心的
- 完整性。[Easy-Cloud-Admin](https://gitee.com/wxson/easy-cloud-admin.git)
实现了与微服务 [Easy-Cloud-Service](https://gitee.com/wxson/easy-cloud-service.git) 的消息互通。
- 实用性。结合后端业务逻辑,模拟真实的用户、角色、权限等操作,_**权限级别可控制到按钮级别**_。
- 高效率。配合后端 [Easy-Cloud-Service](https://gitee.com/wxson/easy-cloud-service.git) 以及前端预制模板的加持,真正实现***引入即使用***。
#### ⛱️ 线上预览
- 努力准备中...
#### 💒 代码仓库
- 前端仓库: [https://gitee.com/wxson/easy-cloud-admin.git](https://gitee.com/wxson/easy-cloud-admin.git)
- 后端仓库: [https://gitee.com/wxson/easy-cloud-service.git](https://gitee.com/wxson/easy-cloud-service.git)
#### 🚧 安装 cnpm、yarn
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
#### 🏭 环境支持
| Edge | Firefox | Chrome | Safari |
| --------- | ------------ | ----------- | ----------- |
| Edge ≥ 88 | Firefox ≥ 78 | Chrome ≥ 87 | Safari ≥ 13 |
> 由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。
#### ⚡ 使用说明
建议使用 cnpm,因为 yarn 有时会报错。node 版本 > 14.18+/16+
> Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ / 16+ 版本。
```bash
# 克隆项目
git clone https://gitee.com/wxson/easy-cloud-admin.git
# 进入项目
cd easy-cloud-admin
# 安装依赖
cnpm install
# 运行项目
cnpm run dev
# 打包发布
cnpm run build
```
#### 💌 支持作者
如果觉得框架不错,或者已经在使用了,希望你可以去Gitee 或 GitHub 帮我点个 ⭐
Star,这将是对我极大的鼓励与支持。