42 lines
941 B
Markdown
42 lines
941 B
Markdown
|
|
# Gwen-Admin
|
||
|
|
# 基于 Vue3 + Element Plus 的后台管理系统
|
||
|
|
|
||
|
|
<a href="https://github.com/vuejs/vue-next">
|
||
|
|
<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">
|
||
|
|
</a>
|
||
|
|
<a href="https://github.com/element-plus/element-plus">
|
||
|
|
<img src="https://img.shields.io/badge/element--plus-^1.2.0--beta.1-brightgreen.svg" alt="element-plus">
|
||
|
|
</a>
|
||
|
|
<a href="https://github.com/lejianwen/Gwen-admin/blob/master/LICENSE">
|
||
|
|
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
|
||
|
|
</a>
|
||
|
|
|
||
|
|
# 安装步骤
|
||
|
|
|
||
|
|
~~~shell script
|
||
|
|
git clone https://github.com/lejianwen/Gwen-admin.git
|
||
|
|
cd Gwen-admin
|
||
|
|
npm install
|
||
|
|
|
||
|
|
// 本地开发
|
||
|
|
npm run dev
|
||
|
|
|
||
|
|
// 打包
|
||
|
|
npm run build
|
||
|
|
|
||
|
|
// 本地预览
|
||
|
|
npm run server
|
||
|
|
~~~
|
||
|
|
|
||
|
|
## 功能
|
||
|
|
|
||
|
|
- [x] Element Plus
|
||
|
|
- [x] 登录/注销
|
||
|
|
- [x] 路由权限
|
||
|
|
- [x] Dashboard
|
||
|
|
- [x] 表格
|
||
|
|
- [x] 表单
|
||
|
|
- [x] 图片本地/oss上传
|
||
|
|
- [x] 404
|
||
|
|
- [x] 多级菜单
|