teambit / bit.envs

DEPRECATED - Bit compilers and testers were moved to https://github.com/teambit/envs
https://bit.dev/bit/envs
Other
23 stars 9 forks source link

SSR rendering not supported for Vue components (using Nuxt server) #62

Open TNieminen opened 4 years ago

TNieminen commented 4 years ago

Hi!

I tried to create a Vue component to be used on a Nuxt server as a SSR component. I used this bundler to bundle my component.

I've created a repo to test a simple button component. Both the component and the repo are public. You can find the repo here.

The button element is loaded to the home page and as of now will most likely crash your browser on load, so BEWARE!