# typescript-learn **Repository Path**: Elliot-Devil/typescript-learn ## Basic Information - **Project Name**: typescript-learn - **Description**: TypeScript学习 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TyepScript 学习文档 [TypeScript 官网链接](https://www.tslang.cn/index.html) [TS视频地址](https://ke.qq.com/course/464466) # 具体步骤 ## 全局安装TypeScript ```bash sudo npm install -g typescript ``` ## 更新记录 - 20220403 - 接口 - interface 接口集成及类的实现 - 泛型 Generic - 泛型在类中的应用 - 20220402 - 类继承 - get set 及static - namespace - 命名空间文件拆分 - 多重命名空间 - 20220401 - 类 - 20220331 - 数组、元组、枚举 - 函数 - 对象类型及type - never、null - 类型练习 - 20220330 - 初始化TS设置、设置WebStorm自动更新设置 ## 工具列表 [WebStorm TS自动编译设置](https://www.cnblogs.com/wfaceboss/p/10043101.html) Vscode 插件列表 ``` Live Server - Ritwick Dey ```