File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
## 前言
40
40
41
- 该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue3 + pinia,引用 Element Plus 组件库,方便开发。
41
+ 该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue3 + pinia + typescript ,引用 Element Plus 组件库,方便开发。实现逻辑简单,适合外包项目,快速交付 。
42
42
43
43
## 功能
44
44
45
45
- [x] Element Plus
46
- - [x] vite
46
+ - [x] vite 3
47
47
- [x] pinia
48
+ - [x] typescript
48
49
- [x] 登录/注销
49
50
- [x] Dashboard
50
51
- [x] 表格
59
60
60
61
61
62
## 安装步骤
63
+ > 因为使用vite3,node版本需要 14.18+
62
64
63
65
```
64
66
git clone https://github.com/lin-xin/vue-manage-system.git // 把模板下载到本地
@@ -87,7 +89,7 @@ vue.js 封装 sChart.js 的图表组件。访问地址:[vue-schart](https://gi
87
89
</div >
88
90
</template >
89
91
90
- <script setup >
92
+ <script setup lang = " ts " >
91
93
import { ref } from ' vue' ;
92
94
import Schart from " vue-schart" ; // 导入Schart组件
93
95
const options = ref ({
You can’t perform that action at this time.
0 commit comments