wx-axios
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i wx-axios

Weekly Downloads

64

Version

0.0.7

License

MIT

Unpacked Size

311 kB

Total Files

41

Last publish

Collaborators

  • solojiang