Vuex is an application architecture for centralized state management in Vue.js applications. It is inspired by Flux and Redux, but with simplified concepts and an implementation that is designed specifically to take advantage of Vue.js’ reactivity system.
Chapter 1. Introduction
Chapter 2. A complete example
Chapter 3. Modular Vuex