Todo: delete this repo
The plugin for Vue.js provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.
- Supports the Promise API and URI Templates
- Supports interceptors for request and response
- Supports latest Firefox, Chrome, Safari, Opera and IE9+
- Compact size 12KB (4.5KB gzipped)
$ npm install vue-resource
$ bower install vue-resource
Available on jsdelivr, cdnjs or npmcdn.
<script src="https://cdn.jsdelivr.net/vue.resource/0.9.3/vue-resource.min.js"></script>
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.