Nuxt's automatic router generation is a feature that I always wished some one had built in a framework.
However having index.vue in many folders is not helping
How can I go from current state to desired state mentioned below ? Is this possible with a settings.
pages/ --| user/ -----| index.vue -----| one.vue --| index.vue
pages/ --| user/ -----| index.user.vue -----| one.vue --| index.pages.vue
Thank you,
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2352">#c2352</a>)</em></sub></div>