Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ts-axios-doc

TypeScript 从零实现 axios 文档教材

启动电子书

首先 clone 本项目:

git clone https://github.com/Suremotoo/ts-axios-doc.git

进入 ts-axios-doc 目录后安装项目依赖:

npm install

安装依赖后运行电子书:

npm run dev

浏览器打开 http://localhost:8080/ts-axios/ 即可。