@ppwd/axios
TypeScript icon, indicating that this package has built-in type declarations

0.0.22 • Public • Published

搭建项目

Commitizen friendly

代码规范

安装lint

编辑器配置:

初始化tsconfig

npx tsc --init

提交规范

用到的第三方库:

高效开发

在测试页面中使用axios,模拟真实使用场景:

调试

  • 目前可以直接在chrome浏览器中调试
  • 如何使用编辑器断点调试源代码?

在其它项目中调试

into library directory and execute follow command line:

npm link

then into your project directory:

npm link @ppwd/axios

free api

代码质量

  • jest

打包

  • tsc

发布

文档书写

参考

Readme

Keywords

none

Package Sidebar

Install

npm i @ppwd/axios

Weekly Downloads

0

Version

0.0.22

License

MIT

Unpacked Size

86 kB

Total Files

7

Last publish

Collaborators

  • wangkaiwd