Files
vue3-tutorial/docs/00_课程介绍.md
2020-11-13 14:28:34 +08:00

34 lines
947 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 课程指南
<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开始讲解