• VueX is a library for implementing state management in Vue apps.

  • It centralizes application state into one global application-wide store

  • The store creates the global state object

  • Mutations change the state

  • Actions call mutations to change state

Updated: 6/18/2020, 4:01:21 PM