vue3-element-admin/README.md

81 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2019-08-17 07:52:45 +00:00
# vue-manage-system
2019-04-28 06:33:18 +00:00
<a href="https://github.com/lin-xin/vue-manage-system/releases">
<img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
</a>
2024-04-13 02:59:18 +00:00
<a href="https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
2019-04-28 06:33:18 +00:00
</a>
2024-05-25 02:24:33 +00:00
基于 Vue3 + pinia + Element Plus 的后台管理系统解决方案。[线上演示](https://lin-xin.github.io/example/vue-manage-system/)
2019-05-26 09:02:06 +00:00
2024-01-12 02:34:18 +00:00
> Vue2 版本请看 [tag-V4.2.0](https://github.com/lin-xin/vue-manage-system/tree/V4.2.0),带后台功能请看 [tsrpc-manage-system](https://github.com/lin-xin/tsrpc-manage-system)
2021-03-17 14:19:34 +00:00
2024-05-25 02:24:33 +00:00
[文档地址](https://lin-xin.github.io/example/vuems-doc/)
2017-06-22 08:55:49 +00:00
[English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md)
2021-11-26 16:43:04 +00:00
## 赞助商
### 好问
[<img src="https://static.bestqa.net/logo/bestqa_haowen.png" width="220" height="100">](https://www.bestqa.net/home/index.html)
2024-04-13 02:59:18 +00:00
专业问卷服务,一对一客服,按需定制
2021-11-26 16:43:04 +00:00
2022-08-21 08:59:12 +00:00
## 支持作者
2019-08-17 07:52:45 +00:00
2019-03-15 09:20:10 +00:00
请作者喝杯咖啡吧!(微信号linxin_20)
2018-08-31 01:31:16 +00:00
2024-05-25 02:21:48 +00:00
![微信扫一扫](https://lin-xin.github.io/images/weixin.jpg)
2017-09-16 01:52:29 +00:00
2019-08-17 07:52:45 +00:00
## 前言
2022-09-02 13:04:06 +00:00
该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue3 + pinia + typescript引用 Element Plus 组件库,方便开发。实现逻辑简单,适合外包项目,快速交付。
2019-08-17 07:52:45 +00:00
## 功能
2021-03-15 15:13:23 +00:00
- [x] Element Plus
2022-09-02 13:04:06 +00:00
- [x] vite 3
2022-08-21 08:59:12 +00:00
- [x] pinia
2022-09-02 13:04:06 +00:00
- [x] typescript
2024-04-13 02:59:18 +00:00
- [x] 登录/注册
2019-08-17 07:52:45 +00:00
- [x] Dashboard
2024-04-13 02:59:18 +00:00
- [x] 表格/表单
2019-08-17 07:52:45 +00:00
- [x] 图表 :bar_chart:
2024-04-13 02:59:18 +00:00
- [x] 富文本/markdown 编辑器
2019-08-17 07:52:45 +00:00
- [x] 图片拖拽/裁剪上传
2022-08-21 08:59:12 +00:00
- [x] 权限管理
2019-08-17 07:52:45 +00:00
- [x] 三级菜单
- [x] 自定义图标
2024-04-13 02:59:18 +00:00
- [x] 主题切换
2019-08-17 07:52:45 +00:00
## 安装步骤
2024-04-13 02:59:18 +00:00
> 因为使用 vite3node 版本需要 14.18+
2019-08-17 07:52:45 +00:00
2019-04-24 06:42:57 +00:00
```
git clone https://github.com/lin-xin/vue-manage-system.git // 把模板下载到本地
cd vue-manage-system // 进入模板目录
npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn
2017-06-22 08:55:49 +00:00
2022-08-21 08:59:12 +00:00
// 运行
2021-06-27 06:48:07 +00:00
npm run dev
2017-06-22 08:55:49 +00:00
2019-04-24 06:42:57 +00:00
// 执行构建命令生成的dist文件夹放在服务器下即可访问
npm run build
```
2017-06-22 08:55:49 +00:00
2022-08-21 08:59:12 +00:00
## 项目截图
### 首页
![Image text](https://github.com/lin-xin/manage-system/raw/master/screenshots/wms1.png)
2024-04-13 02:59:18 +00:00
### 登录
![Image text](https://github.com/lin-xin/manage-system/raw/master/screenshots/wms3.png)
2019-04-28 06:33:18 +00:00
## License
2019-08-17 07:52:45 +00:00
[MIT](https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE)