freddy38510 / vue3-lazy-hydration

Lazy Hydration for Vue 3 SSR
MIT License
145 stars 5 forks source link

Deploy demo #38

Open dsvgl opened 2 years ago

dsvgl commented 2 years ago

The demo in this project is really nice. Would be great if it could be deployed to eg. Netlify or Vercel. I think this would benefit the project and help people better understand hydration.

freddy38510 commented 2 years ago

You are absolutely right. The demo is part of the project, it is handled by Vite.js in development mode. This means I can't build the distributable files to deploy to Netlify/Vercel.

I should instead create a separate project specifically to deploy the demo and provide a link to it in the documentation.