vue-axios
JSON →A small wrapper for integrating Axios into Vue.js applications. Current stable version is 3.5.2. It binds Axios to the Vue instance so you don't have to import Axios in every component. Supports both Vue 2 and Vue 3. Provides multiple registration names and support for multiple Axios instances. Ships TypeScript definitions. Release cadence is low; last release was in 2022. Key differentiator: simple migration path from vue-resource or manual Axios imports by exposing Axios globally via Vue.prototype (Vue 2) or app.config.globalProperties (Vue 3).
Resources
packagevue-axios ↗