Static GitHub Issues

[1795] Proposal: django-like nested apps.

prev: How to make transition to 404?
next: nuxt start doesn't seem to respect HOST environmental variable

Currently we have a single global folder for the app, with subfolders of ~/pages/, ~/components/, ~/store/ etc. For a big project with some submodules it may become quite messy, effectively making modularity impossible. Given an application with two submodules, dashboard and shop, I wonder if we could somehow achieve a file structure like the following:

/
  /apps
    /dashboard
      /pages
      /components
      /store
    /shop
      /pages
      /components
      /store
  nuxt.config.js   # here or anywhere else specifying endpoints for two before-mentioned apps
  ...

So, what do you think?

<!--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/c1610">#c1610</a>)</em></sub></div>