imcvampire/vue-axios
A small wrapper for integrating axios to Vuejs observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3599
- days_rel: n/a
- days_push: 806
- n_releases_24m: 0
Adoption not part of the score
1998 stars · 175 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
http-client middleware plugin-system web-development frontend apis browser vue axios vuejs wrapper http-requests nodejs javascript
2 sources
- readme: https://github.com/imcvampire/vue-axios · fetched 2026-08-28 · 2b043c932ece
- registry_npm: https://registry.npmjs.org/vue-axios · fetched 2026-08-29 · 7a89bd132950
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| imcvampire/vue-axios | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="imcvampire/vue-axios")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem