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>