In this chapter, we discussed what Vuex is—the core concepts of Vuex state, getters, mutations, actions, and how to use them in an application. We discussed how to structure our application to implement Vuex and the benefits it adds when the application grows larger.
In the next chapter, we will cover how to write unit tests and integration for Vue.js and Node.js application.