1
1
# vue-manage-system
2
2
3
- <a href =" https://github.com/vuejs/vue " >
4
- <img src="https://img.shields.io/badge/vue-3.1.2-brightgreen.svg" alt="vue">
5
- </a >
6
- <a href =" https://github.com/vuejs/pinia " >
7
- <img src="https://img.shields.io/badge/pinia-2.0.14-brightgreen.svg" alt="pinia">
8
- </a >
9
- <a href =" https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE " >
10
- <img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
11
- </a >
12
3
<a href =" https://github.com/lin-xin/vue-manage-system/releases " >
13
4
<img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
14
5
</a >
15
- <a href =" https://lin-xin.gitee.io/example/work/#/donate " >
16
- <img src="https://img.shields.io/badge/%24-donate-ff69b4 .svg" alt="donate ">
6
+ <a href =" https://github.com/ lin-xin/vue-manage-system/blob/master/LICENSE " >
7
+ <img src="https://img.shields.io/github/license/mashape/apistatus .svg" alt="license ">
17
8
</a >
18
9
19
10
基于 Vue3 + pinia + Element Plus 的后台管理系统解决方案。[ 线上地址] ( https://lin-xin.gitee.io/example/work/ )
28
19
29
20
[ <img src =" https://static.bestqa.net/logo/bestqa_haowen.png " width =" 220 " height =" 100 " >] ( https://www.bestqa.net/home/index.html )
30
21
31
- 专业问卷服务,一对一客服,按需定制
22
+ 专业问卷服务,一对一客服,按需定制
32
23
33
24
## 支持作者
34
25
46
37
- [x] vite 3
47
38
- [x] pinia
48
39
- [x] typescript
49
- - [x] 登录/注销
40
+ - [x] 登录/注册
50
41
- [x] Dashboard
51
- - [x] 表格
52
- - [x] Tab 选项卡
53
- - [x] 表单
42
+ - [x] 表格/表单
54
43
- [x] 图表 :bar_chart :
55
- - [x] 富文本/markdown编辑器
44
+ - [x] 富文本/markdown 编辑器
56
45
- [x] 图片拖拽/裁剪上传
57
46
- [x] 权限管理
58
47
- [x] 三级菜单
59
48
- [x] 自定义图标
60
-
49
+ - [x] 主题切换
61
50
62
51
## 安装步骤
63
- > 因为使用vite3,node版本需要 14.18+
52
+
53
+ > 因为使用 vite3,node 版本需要 14.18+
64
54
65
55
```
66
56
git clone https://github.com/lin-xin/vue-manage-system.git // 把模板下载到本地
@@ -74,64 +64,16 @@ npm run dev
74
64
npm run build
75
65
```
76
66
77
- ## 组件使用说明与演示
78
-
79
- ### vue-schart
80
-
81
- vue.js 封装 sChart.js 的图表组件。访问地址:[ vue-schart] ( https://github.com/lin-xin/vue-schart#/ )
82
-
83
- <p ><a href =" https://www.npmjs.com/package/vue-schart " ><img src =" https://img.shields.io/npm/dm/vue-schart.svg " alt =" Downloads " ></a ></p >
84
-
85
- ``` html
86
- <template >
87
- <div >
88
- <schart class =" wrapper" canvasId =" myCanvas" :options =" options" ></schart >
89
- </div >
90
- </template >
91
-
92
- <script setup lang =" ts" >
93
- import { ref } from ' vue' ;
94
- import Schart from " vue-schart" ; // 导入Schart组件
95
- const options = ref ({
96
- type: " bar" ,
97
- title: {
98
- text: " 最近一周各品类销售图" ,
99
- },
100
- labels: [" 周一" , " 周二" , " 周三" , " 周四" , " 周五" ],
101
- datasets: [
102
- {
103
- label: " 家电" ,
104
- data: [234 , 278 , 270 , 190 , 230 ],
105
- },
106
- {
107
- label: " 百货" ,
108
- data: [164 , 178 , 190 , 135 , 160 ],
109
- },
110
- {
111
- label: " 食品" ,
112
- data: [144 , 198 , 150 , 235 , 120 ],
113
- },
114
- ],
115
- })
116
- </script >
117
- <style >
118
- .wrapper {
119
- width : 7rem ;
120
- height : 5rem ;
121
- }
122
- </style >
123
- ```
124
-
125
67
## 项目截图
126
68
127
- ### 登录
128
-
129
- ![ Image text] ( https://github.com/lin-xin/manage-system/raw/master/screenshots/wms3.png )
130
-
131
69
### 首页
132
70
133
71
![ Image text] ( https://github.com/lin-xin/manage-system/raw/master/screenshots/wms1.png )
134
72
73
+ ### 登录
74
+
75
+ ![ Image text] ( https://github.com/lin-xin/manage-system/raw/master/screenshots/wms3.png )
76
+
135
77
## License
136
78
137
79
[ MIT] ( https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE )
0 commit comments