v-axios
JSON →A Vue plugin wrapper for axios that provides a more semantic way to integrate axios into Vue applications, with added features like duplicate request cancellation via cAxios. Current stable version is 3.0.9, supporting Vue 2 and Vue 3 (with v2 and v3 compatible versions). Released monthly, it offers cAxios, get, post, and request helpers, and injects axios into Vue instances as Vue.axios/app.axios and this.$http. Key differentiator: simplifies axios usage in Vue with minimal config and cancel-repeat support, compared to raw axios integration.