v3_update

This commit is contained in:
24kcs
2020-11-13 14:28:34 +08:00
parent 832b961d34
commit b832c95e87
9 changed files with 64 additions and 32 deletions

33
docs/00_课程介绍.md Normal file
View File

@@ -0,0 +1,33 @@
# 课程指南
<img :src="$withBase('/images/vue3_logo.png')" alt="v3" width="40%" style="float:left">
<img :src="$withBase('/images/ts.png')" alt="ts" width="40%" style="float:right">
<div style="clear:both"></div>
课程介绍:Vue是一套用于构建用户界面的**渐进式框架**。Vue.js 3.0 "One Piece" 正式版在2020年9月份发布,经过了2年多开发, 100+位贡献者, 2600+次提交, 600+次PR同时Vue3也支持Vue2的大多数特性,且,更好的支持了TypeScript,也增加了很多的新特性,如:Composition API,新组件(Fragment/Teleport/Suspense)等等.
课程内容如下:
#### 1.TypeScript 快速上手
#### 2.Vue3快速上手
#### 3.Vue3新特性
#### 4.Vue3综合案例
#### 5.Vue3 企业级项目(待发布)
注:由于Vue3中可以更好的支持TypeScript内容,且,课程内容中涉及到TS的内容,鉴于部分学员对于TS并不是很了解,所以,课程内容先从TS开始讲解