一.在GitHub上创建一个代码仓库 找到仓库地址:git@github.com:QianDingweiCharles/ts-axios.git 二.项目配置 本地新建一个文件夹axios 用VScode打开,通过Typescript脚手架Typescript library starter搭建项目 命令行: git clone https://github.com/alexjoverm/typescript-library-starter.git axios cd axios 查看远程分支:g…