In this chapter, we studied the Vuex framework. We went through its core concepts and saw how Vuex can be integrated into a Vue application. At the end, a simple counter example helped us to get the whole picture.
It is now time to move from a simple example to real application development using Vuex. That is the topic of Chapter 3, Implementing the Notes App Using Vuex State Management, developing an application that takes notes in a similar way to Google Keep or Evernote.