BKWLD / vue-ssr-carousel

A performance focused Vue carousel designed for SSR/SSG environments.
https://vue-ssr-carousel.netlify.app
MIT License
133 stars 16 forks source link

Improve install experience #51

Closed weotch closed 2 years ago

weotch commented 2 years ago

See #50

weotch commented 2 years ago
weotch commented 2 years ago

In e07d796fc9446dbd96d75e4d3275ac1865a4480d I tried got this working, but the styles are only rendering client-side ... I'm going to see whether the way Vite exports the component is more friendly to SSR/SSG.

weotch commented 2 years ago

Based on https://github.com/vitejs/vite/issues/1579 I don't think Vite will be an assist for this