Static GitHub Issues

[1711] How generate pages in flat structure?

prev: Allow to run from file system?
next: pages mounted more than once when using customized layout other than default.

I have few pages like:

pages
  |- index.vue
  |- page1.vue
  |- page2.vue

and after generate I'll get

dist
  |- index.html
  |- page1
  |   |- index.html
  |- page2
      |- index.html

but I need to

dist
  |- index.html
  |- page1.html
  |- page2.html
<!--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/c1535">#c1535</a>)</em></sub></div>