Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuyunhe/ts-axios-doc
TypeScript 从零实现 axios 文档教材
https://github.com/liuyunhe/ts-axios-doc
Last synced: 3 months ago
JSON representation
TypeScript 从零实现 axios 文档教材
- Host: GitHub
- URL: https://github.com/liuyunhe/ts-axios-doc
- Owner: liuyunhe
- Created: 2019-11-06T03:29:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:01:56.000Z (about 2 years ago)
- Last Synced: 2024-10-12T00:34:21.806Z (3 months ago)
- Language: JavaScript
- Homepage: https://liuyunhe.github.io/ts-axios-doc/
- Size: 965 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-axios-doc
TypeScript 从零实现 axios 文档教材
项目预览: https://liuyunhe.github.io/ts-axios-doc/
## 启动电子书
首先 clone 本项目:
```bash
git clone [email protected]:liuyunhe/ts-axios-doc.git
```进入 `ts-axios-doc` 目录后安装项目依赖:
```bash
npm install
```安装依赖后运行电子书:
```bash
npm run dev
```浏览器打开 `http://localhost:8080/ts-axios/` 即可。