Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bosens-china/typescript-manual
TypeScript 手册
https://github.com/bosens-china/typescript-manual
docs manual typescript vuepress
Last synced: 1 day 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T21:19:57.000Z (7 days ago)
- Last Synced: 2024-11-09T02:08:16.979Z (7 days ago)
- Topics: docs, manual, typescript, vuepress
- Language: JavaScript
- Homepage: https://bosens-china.github.io/Typescript-manual/
- Size: 3.21 MB
- Stars: 51
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# TypeScript 手册
![徽章](https://img.shields.io/badge/License-MIT-brightgreen)
创建这个项目的原因是 [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)