When splitting the store into multiple files isn’t enough, you can extract the store into multiple Vuex modules.
Each Vuex modules can contain its own state, mutations, actions, getters and even their own modules. In this vue.js tutorial, we’ll learn how to use Vuex Modules and implement it in our shopping cart app.