typescript-tutorial
typescript-tutorial copied to clipboard
目录中漏了一页文章,为什么选择 TypeScript
trafficstars
目录中漏了一页文章,为什么选择 TypeScript
https://github.com/xcatliu/typescript-tutorial/blob/aac1467ac2dd7d49add3a693e53f84e43731eaf4/pagic.config.tsx
https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/why-typescript.md
https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/README.md
# 简介
本部分介绍了在学习 TypeScript 之前需要了解的知识,具体内容包括:
- [什么是 TypeScript](what-is-typescript.md)
- [安装 TypeScript](get-typescript.md)
- [Hello TypeScript](hello-typescript.md)
- [为什么选择 TypeScript](why-typescript.md)
@xcatliu