Loading vuex modules dynamically for specific pages [issue link] Is it possible to load some store modules only for specific urls… Ex: load store/create-project store only if the url is /create-project/* By this way we can reduce the size of the bundle if there are many pages in the app. This question is available on Nuxt.js community (#c245)