vue-axios-plugin

JSON →
library 1.3.0 ·javascript
verified Jun 7, 2026

A Vue.js plugin that binds axios to the Vue instance, providing $http and $axios methods for making HTTP requests. Version 1.3.0 is the current stable release. It offers request/response interceptors configuration via Vue.use options. Compared to similar libraries like vue-resource, it leverages the popular axios library with its extensive features. Note: Since v1.3.0, the default content-type is no longer forced to application/x-www-form-urlencoded; users must configure it manually.