Summary
In this chapter, you learned multiple different techniques to prepare your Vuex stores for growing complexity. You first learned how to move logic into separate files and include them within your store. You then learned about modules and how they are exposed to components using the store. Finally, you learned about some optional libraries that may make your Vuex use even more powerful.
In the next chapter, you are going to learn about an incredibly important aspect of development, unit testing.