An HTTP client plugin for Vue.js to manage web requests and responses using XMLHttpRequests or JSONP
vue-resource
vue-resource is an HTTP client plugin for Vue.js to manage web requests and responses using XMLHttpRequests or JSONP.
Features of the plugin (see README):
- Supports the Promise API and URI Templates
- Supports interceptors for request and response
- Supports latest Firefox, Chrome, Safari, Opera and IE9+
- Supports Vue 1.0 & Vue 2.0
- Compact size 14KB (5.3KB gzipped)
vue-resource is no longer part of the official recommendation list from Vue, Though it still functions as intended and is usable.
"Potential reasons to migrate away include maintenance, universal/isomorphic support and more advanced features. - Vue JS Core Team