Static GitHub Issues

[2708] How to avoid index.vue in each folder and still have router generated ?

prev: Error 404 after fresh install and runnig dev
next: [router] IE9 does not work

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.

Current 'pages' folder structure

pages/ --| user/ -----| index.vue -----| one.vue --| index.vue

Desired 'pages' folder structure

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>