Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dengwb1991/typescript-development-tutorial
🚀TypeScript 开发教程
https://github.com/dengwb1991/typescript-development-tutorial
development docs react tutorial typescript
Last synced: about 21 hours ago
JSON representation
🚀TypeScript 开发教程
- Host: GitHub
- URL: https://github.com/dengwb1991/typescript-development-tutorial
- Owner: dengwb1991
- License: mit
- Created: 2019-10-09T03:15:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T09:19:13.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T20:57:54.960Z (almost 2 years ago)
- Topics: development, docs, react, tutorial, typescript
- Homepage: https://www.dengwb.com/typescript
- Size: 161 KB
- Stars: 21
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript 开发教程
* 初识篇
* [什么是 TypeScript](./docs/introduce/what-is-typescript.md)
* [安装 TypeScript](./docs/introduce/install-typescript.md)
* [第一个 TypeScript 项目](./docs/introduce/hello-typescript.md)
* 基础篇
* [TypeScript 基础类型](./docs/basics/basis-data-types.md)
* [TypeScript 接口](./docs/basics/interface.md)
* [TypeScript 函数](./docs/basics/function.md)
* [TypeScript 类](./docs/basics/class.md)
* [TypeScript 类与接口](./docs/basics/class-and-interface.md)
* [TypeScript 泛型](./docs/basics/generics.md)
* [TypeScript 类型检查机制](./docs/basics/type-check-mechanism.md)
* [TypeScript 高级类型](./docs/basics/advanced-type.md)
* 工程篇
* [TypeScript 导入导出](./docs/project/import-export.md)
* [TypeScript 命名空间](./docs/project/namespace.md)
* [TypeScript 声明合并](./docs/project/declaration-merging.md)
* [TypeScript 声明语法](./docs/project/declaration-syntax.md)
* [TypeScript 声明文件](./docs/project/declaration-files.md)
* [TypeScript 编译工具](./docs/project/compile-tools.md)
* [如何识别库的类型](./docs/project/identify-the-class-library.md)
* 配置篇
* [tsconfig 文件选项](./docs/configuration/file-options.md)
* [tsconfig 编译选项](./docs/configuration/compiler-options.md)
* [vscode 编译异常](./docs/configuration/vscode-compiler.md)
* 实战篇
* [TypeScript React](./docs/actual/typescript-react.md)
* [React 组件与类型](./docs/actual/react-component-type.md)
* [TypeScript Vue](./docs/actual/typescript-vue.md)
* [Vue 组件与类型](./docs/actual/vue-component-type.md)
* [TypeScript ESLint](./docs/actual/typescript-eslint.md)
* [TypeScript Jest](./docs/actual/typescript-jest.md)