vuejs/vuex
# 🗃️ Centralized State Management for Vue.js.
$ git clone https://github.com/vuejs/vuex.git
Also indexed as
stars
28,339
forks
9,446
language
JavaScript
license
MIT License
What is vuejs/vuex?
Vuex is a state management library for Vue.js applications that centralizes application data in a single store, making it easier to manage complex state across multiple components. Developers use Vuex to avoid passing data through multiple component layers, enable time-travel debugging, and maintain predictable state mutations through a structured pattern of actions, mutations, and getters.
Links
Topics
Activity
142 open issues · last updated Jul 21, 2026