Adding Modules to a Vuex Store

John Au-Yeung
The Startup
Published in
5 min readApr 25, 2020

--

Photo by Clark Street Mercantile on Unsplash

Vue.js is an easy to use web app framework that we can use to develop interactive front end apps.

With Vuex, we can store our Vue app’s state in a central location.

In this article, we’ll look at how to add modules to separate a Vuex store into smaller parts.

Dividing a Store into Modules

--

--