Skip to content

Commit 8312ba1

Browse files
authored
Update README.md
1 parent eea5e36 commit 8312ba1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@
3838

3939
## 前言
4040

41-
该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue3 + pinia,引用 Element Plus 组件库,方便开发。
41+
该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue3 + pinia + typescript,引用 Element Plus 组件库,方便开发。实现逻辑简单,适合外包项目,快速交付
4242

4343
## 功能
4444

4545
- [x] Element Plus
46-
- [x] vite
46+
- [x] vite 3
4747
- [x] pinia
48+
- [x] typescript
4849
- [x] 登录/注销
4950
- [x] Dashboard
5051
- [x] 表格
@@ -59,6 +60,7 @@
5960

6061

6162
## 安装步骤
63+
> 因为使用vite3,node版本需要 14.18+
6264
6365
```
6466
git clone https://github.com/lin-xin/vue-manage-system.git // 把模板下载到本地
@@ -87,7 +89,7 @@ vue.js 封装 sChart.js 的图表组件。访问地址:[vue-schart](https://gi
8789
</div>
8890
</template>
8991

90-
<script setup>
92+
<script setup lang="ts">
9193
import { ref } from 'vue';
9294
import Schart from "vue-schart"; // 导入Schart组件
9395
const options = ref({

0 commit comments

Comments
 (0)