prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
47 stars 7 forks source link

Nuxt2 support #9

Open prashantpalikhe opened 1 year ago

prashantpalikhe commented 1 year ago

The module currently only supports Nuxt3 but it definitely can support Nuxt2. Add support for Nuxt2 as well.

steveworkman commented 1 year ago

A rough task list:

steveworkman commented 1 year ago

We closed the Nuxt 2 PR as there were significant changes coming to Lit in SSRv3 that were needed. Even with this change, I'm not confident that SSR is possible in Nuxt 2.

What can do is use the library to support CSR - use the module to supply necessary shims etc.

gregpalaci commented 8 months ago

would this maybe work with nuxt-bridge?