axios-request icon indicating copy to clipboard operation
axios-request copied to clipboard

关于axios在node中的post使用

关于axios在node中的post使用

updated 2018-05-04

原博文版本转至分支 legacy, master分支演示正确使用姿势,已经重构,请配合node8+食用

环境依赖:

  • node v8+

构建:

git clone https://github.com/chux0519/axios-request.git
npm install

开启服务端:

npm run server

post请求

npm run post

license:MIT

相关博文