# ts-axios-doc **Repository Path**: andy_yyf/ts-axios-doc ## Basic Information - **Project Name**: ts-axios-doc - **Description**: 黄奕老师-ts重构axios文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-17 - **Last Updated**: 2025-12-17 ## 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/` 即可。