# typescript_learn
**Repository Path**: jingpinbaozi/typescript_learn
## Basic Information
- **Project Name**: typescript_learn
- **Description**: A repo to learn ts.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-01-15
- **Last Updated**: 2021-01-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## TypeScript Learn
A repo to learn TypeScript.
**学习视频:**
- [尚硅谷2021版TypeScript教程(李立超老师TS新课)](https://www.bilibili.com/video/BV1Xy4y1v7S2?p=6)
**学习进度:**
| **学习内容** | **更新时间** | **备注** |
| ------------------------------------------------------------ | ------------ | --------------------------------------------------- |
| [TypeScript中的基本类型](https://gitee.com/jingpinbaozi/typescript_learn/tree/1-type) | 2020-12-20 | |
| [编译选项](https://gitee.com/jingpinbaozi/typescript_learn/tree/2-compile-options) | 2020-12-21 | |
| [TypeScript打包](https://gitee.com/jingpinbaozi/typescript_learn/tree/3-webpack) | 2020-12-21 | Webpack整合
Babel整合 |
| [面向对象](https://gitee.com/jingpinbaozi/typescript_learn/tree/4-OOP) | 2020-12-21 | class、构造器、继承
supuer、抽象类、封装
|
| [接口](https://gitee.com/jingpinbaozi/typescript_learn/tree/5-interface) | 2020-12-21 | |
| [泛型](https://gitee.com/jingpinbaozi/typescript_learn/tree/6-generic) | 2020-12-21 | |
| [贪吃蛇练习](https://gitee.com/jingpinbaozi/typescript_learn/tree/greedy-snake) | 2020-12-22 | |
| | | |
**其他学习:**
- [TypeScript 入门教程](https://ts.xcatliu.com/)
- [深入理解 TypeScript](https://jkchao.github.io/typescript-book-chinese/)
- [TS官方文档](https://www.tslang.cn/docs/home.html)
- [TS与各框架整合官方案例](https://www.tslang.cn/samples/index.html)