Skip to content

GreenPomelo/wx-axios

 
 

Repository files navigation

Source

Forked from axios

Extra

support wechat miniprogram request

Install

npm install wx-axios --save

Use

import axios from 'wx-axios';

And then you can use axios in wechat miniprogram as usual.

Tip

if you can't use npm, you can clone this respo and npm run build, then get axios.min.js from './dist/'. Clone this file into your miniprogram project utils. However, you can use it: import axios from './utils/axios.min.js';

Run weapp example

if you use native wechat-weapp,you should see code in native-wechat-weapp in the folder 'examples'; if you use wepy to build your weapp,you can run npm run wepy-example to get an example. In order to use native wechat-app or wepy,you ought to view offical documentation

About

Promise based HTTP client for the browser/node.js/wechat miniprogram

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.8%
  • TypeScript 4.6%
  • HTML 3.6%