I created a folder for each module I identified within the store.
I didn't use the actual Vuex module feature because it would scope the application state between the modules, which would lead to a major refactor that would fit better in another issue.
I created a folder for each module I identified within the store.
I didn't use the actual Vuex module feature because it would scope the application state between the modules, which would lead to a major refactor that would fit better in another issue.
closes #85