Resource plugin for Vue.js.
The plugin provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.
Add vue and vue-resource to your package.json, then npm install, then add these lines in your code:
var Vue = require('vue');
var VueResource = require('vue-resource');
Vue.use(VueResource);Details changes for each release are documented in the release notes.
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.