Wrote a Blog Post

An alternative approach to structuring a vuex store

When using vuex to manage the state of a large-enough Vue project, it can sometimes be difficult to manage, even more so when using modules. To try to add a sensible approach to managing vuex stores, here is a proposal.