Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 文档教材

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/` 即可。