11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
195 stars 11 forks source link

Rollup Plugin Vue - SSR? #40

Open wommy opened 2 years ago

wommy commented 2 years ago

is 11ty's use of Vue implicitly SSR?
if so, would examples#ssr or options#template-optimizeSSR be of any benefit? theyre the same Option from two different locations

zachleat commented 2 years ago

I’m guessing this is implicitly used via createSSRApp? https://github.com/11ty/eleventy-plugin-vue/blob/0b64bdc7897aeb78a89da1eeecb9a1d5e58f2942/EleventyVue.js#L525