vuejs/vuex
🗃️ Centralized State Management for Vue.js. 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: 4066
- days_rel: n/a
- days_push: 707
- n_releases_24m: 0
Adoption not part of the score
28320 stars · 9418 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vuex is a centralized state management pattern and library for Vue.js applications, providing a single store with predictable mutation rules and devtools integration including time-travel debugging. It is now in maintenance mode, with Pinia being the officially recommended state management library for new Vue projects.
Use cases
- manage shared state across Vue components
- centralized store for Vue.js app
- time-travel debugging for Vue state
- predictable state mutations in Vue
- migrate existing Vuex app to Pinia
- state management for Vue 2 application
When to choose
- maintaining an existing Vue 2 or Vue 3 app already using Vuex
- you need Vuex 3/4 compatibility or plugin ecosystem
- learning classic Vue state management patterns
When to avoid
- starting a new Vue project - use Pinia instead
- you need new features or active development
- non-Vue frameworks - it is Vue-specific
Facets
library · maturity maintenance
state-management frontend-framework frontend web-development developer-tools browser vue vuex centralized-store time-travel-debugging pinia-successor nodejs javascript
4 sources
- readme: https://github.com/vuejs/vuex · fetched 2026-08-28 · 08f752279bd0
- homepage: https://vuex.vuejs.org · fetched 2026-08-29 · 37b363a711e2
- site_page: https://vuex.vuejs.org/installation · fetched 2026-08-29 · 87f2c789b2f0
- registry_npm: https://registry.npmjs.org/vuex · fetched 2026-08-29 · a89d3397725d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vuejs/vuex | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem