# ts-axios-doc **Repository Path**: wangchao2203/ts-axios-doc ## Basic Information - **Project Name**: ts-axios-doc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-axios-doc TypeScript 从零实现 axios 文档教材 ## 启动电子书 首先 clone 本项目: ```bash git clone https://github.com/Suremotoo/ts-axios-doc.git ``` 进入 `ts-axios-doc` 目录后安装项目依赖: ```bash npm install ``` 安装依赖后运行电子书: ```bash npm run dev ``` 浏览器打开 `http://localhost:8080/ts-axios/` 即可。