Static GitHub Issues

[731] Is the generated site not for static hosting?

prev: How to deploy to Zeit Now?
next: Retain class variable settings

I might be crazy, but I figured I'd ask.

I've started a new blank project based on https://github.com/nuxt/starter After verifying that yarn run dev works, I tried yarn run generate and put the resulting code from .nuxt/dist/ on a static localhosted site. There are still handlebar tags in the generated index.html and while the JS doesn't error, nothing is rendered.

Example that I put up real quick: http://eargang.com/

Can you tell me if I'm misunderstanding that I can generate a working nuxt (vue) site that can be hosted on any static site or on gh-pages? Is the index.html that's being generated wrong for this purpose?

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