# imcvampire/vue-axios

A small wrapper for integrating axios to Vuejs

Repository: https://github.com/imcvampire/vue-axios
Canonical: https://ross.abutalabs.com/products/vue-axios
Homepage: https://www.npmjs.com/package/vue-axios
Language: JavaScript
License: MIT
License Family: permissive
Topics: hacktoberfest, axios, vue-axios, vuejs, wrapper, integrating-axios
Last push: 2024-06-18T15:37:24+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3599, "days_push": 806, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1998, forks 175 (observed 2026-08-28T04:06:03.669968+00:00)

## What it is
A small wrapper library that integrates the axios HTTP client into Vue.js applications, binding axios to the Vue instance so it can be accessed via this.axios or this.$http without repeated imports. It supports both Vue 2 and Vue 3, including the Composition API via provide/inject.

## Use cases
- integrate axios into a Vue app
- use axios in Vue components without importing it every time
- migrate from vue-resource to axios
- access a shared HTTP client in Vue 2 and Vue 3
- inject axios into Vue 3 composition API setup

## When to choose
- you use Vue.js and want axios available globally on the instance
- you are migrating an existing Vue app from vue-resource to axios
- you want a minimal, zero-config way to share one axios instance across components

## When to avoid
- you don't use Vue.js
- you prefer importing axios directly or using a custom service layer
- you need interceptors or advanced axios configuration, which you'd still set up yourself

## Facets
- artifact type: library
- maturity: stable
- function: http-client, middleware, plugin-system
- domain: web-development, frontend, apis
- platform: browser
- tags: vue, axios, vuejs, wrapper, http-requests, nodejs, javascript

## Member repositories
- imcvampire/vue-axios (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.669968+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:12.557902+00:00, confidence not recorded.
  - readme: https://github.com/imcvampire/vue-axios (fetched 2026-08-28T04:06:03.669968+00:00, sha 2b043c932ece)
  - registry_npm: https://registry.npmjs.org/vue-axios (fetched 2026-08-29T10:42:12.881291+00:00, sha 7a89bd132950)
- Data as of 2026-08-30T08:39:29.467469+00:00.
