frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
823 stars 91 forks source link

docs: update install instructions #195

Closed thomasowow closed 1 year ago

thomasowow commented 1 year ago

Correctly explain what version of @vueuse/head should be installed. A higher version if this package will not work in SSR mode.

Possibly another PR should be created to support the newest version of the package.

ManneW commented 1 year ago

I've noticed the same thing as @thomasowow. I think I've managed to fix the things that caused versions >1.x of @vueuse/head to not work and also added tests for them. I'll create a PR for this within a couple of hours :slightly_smiling_face:

Update: I've now opened a PR here: https://github.com/frandiox/vite-ssr/pull/196

frandiox commented 1 year ago

Thanks!