Static GitHub Issues

[1576] Vuex store nested modules API proposal

prev: How to debug nuxt in JetBrains WebStorm?
next: different page behavior in developer mode and production mode

Is it possible to replicate the pages nested directory structure for the store and nested modules?

What I mean is something like:

store/
  index.js
  user/
    index.js
    profile/
      index.js
      articles.js

vs what is currently

store/
  index.js
  user.js
  user/
    profile.js
    profile/
      articles.js

Just feels more "nuxt" like to me.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1406">#c1406</a>)</em></sub></div>