vue-superagent
reference vue-axios
A small wrapper for integrating superagent to Vuejs
How to install:
es6 module:
npm install --save vue-superagent// oryarn add vue-superagent
And in your entry file:
Vue
// use baseUrlVue// *.vuethis$http// => https://api.douban.com/v2/book/1220562;
Usage:
This wrapper bind superagent
to Vue
or this
if you're using single file component.
You can superagent
like this:
Vuesuperagentthis$superagentthis$http