frandiox/vite-ssr

Vue on client don't start lifecycle.

phlegx opened this issue · 1 comments

phlegx commented

Hi!

I use latest Vite and vite-ssr with Vue 3.

Using the dev server, all works fine. But if I build and serve the app with node, the app opens but Vue seams not to run. There are no warnings or errors in the console. The js module and all required things (id="app"), CSS, etc. are loaded but Vue don't start the app.

Any idea where the problem can be?

phlegx commented

Sorry for the issue. It was a strange import. My mistake!