https://github.com/bosens-china/typescript-manual
TypeScript 手册
https://github.com/bosens-china/typescript-manual
docs manual typescript vuepress
Last synced: 6 months ago
JSON representation
TypeScript 手册
- Host: GitHub
- URL: https://github.com/bosens-china/typescript-manual
- Owner: bosens-China
- License: mit
- Created: 2019-12-12T14:34:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T21:23:11.000Z (6 months ago)
- Last Synced: 2025-03-28T21:02:21.244Z (6 months ago)
- Topics: docs, manual, typescript, vuepress
- Language: JavaScript
- Homepage: https://bosens-china.github.io/Typescript-manual/
- Size: 3.76 MB
- Stars: 53
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# TypeScript 手册

创建这个项目的原因是 [TypeScript 中文网](https://www.tslang.cn/) 已经很久没有更新了,在 Github 搜索 `TypeScript` 教程虽然有很多,但是都有以下一个或多个问题:
1. 在线阅读不支持
2. 版本太古老了
3. 阅读体验不好所以基于上面问题,使用 Github Actions + [vuePress](https://vuepress.vuejs.org/) 创建了这个仓库,每天早上会 5 点会定时更新。
> 注意:很多插件没做 Polyfill 处理,请不要使用低版本浏览器来访问。
>
> 同时因为使用了 Github Actions 原因,不会把每次的提交记录都展示到项目主页,如果想判断文档是不是最新的,可以通过 [前言](https://bosens-china.github.io/Typescript-manual/describe/) 最下方的上次更新时间了解。## [文档来源地址](https://github.com/zhongsp/TypeScript)
感谢作者,同时他也是 《TypeScript 入门与实战》一书作者,有兴趣小伙伴可以了解一下。
对于后续阅读过程中出现的文字标点或者内容错误问题,请提到该仓库[TypeScript/issues](https://github.com/zhongsp/TypeScript/issues) 下。
## 开发计划
已完成和待开发任务见下文 [TODO](/TODO.md),不过因为最近事情比较多问题,只能无限拖延,期待有相同爱好小伙伴一起开发。
## 协议
[MIT License](/License)