CodeBrowser / npm / vuex
vuex@4.1.0
// state management for Vue.js
$ npm install vuex
downloads/wk
1,643,698
license
MIT
version
4.1.0
published
Oct 14, 2022
What is vuex?
Vuex is a state management library for Vue.js applications that provides a centralized store for managing application state. It helps developers avoid passing data between components through props and events by maintaining a single source of truth that any component can access. Developers use Vuex when building complex applications where multiple components need to share and update the same data.
Dependencies (1)
Maintainers
yyx990803, kiaking, ktsn, akryum