# TypeScriptStudyNotes **Repository Path**: Qzx1998/type-script-study-notes ## Basic Information - **Project Name**: TypeScriptStudyNotes - **Description**: 个人记录typeScript学习log - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2022-06-06 ## 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) - [借鉴笔记](https://github.com/JasonkayZK/typescript_learn) **学习进度:** | **学习内容** | **更新时间** | **备注** | | ------------------------------------------------------------ | ------------ | --------------------------------------------------- | | [TypeScript中的基本类型](https://github.com/JasonkayZK/typescript_learn/tree/1-type) | 2021-07-13 | | | [编译选项](https://github.com/JasonkayZK/typescript_learn/tree/2-compile-options) | 2021-07-13 | | | [TypeScript打包](https://github.com/JasonkayZK/typescript_learn/tree/3-webpack) | 2020-07-13 | Webpack整合
Babel整合 | **其他学习:** - [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)