fuse-box / fuse-box-vue-seed

Get started with Vue.js using FuseBox module loader and bundler
MIT License
74 stars 13 forks source link

Working SSR Example #12

Open JohnLouderback opened 6 years ago

JohnLouderback commented 6 years ago

The post here (https://medium.com/fusebox/introducing-vue-js-component-support-instant-hmr-and-much-more-aa1a70b1687b) says this plugin supports SSR, but I'm getting a wealth of errors when trying to use my server bundle. It seems that the server bundle always includes code only intended for the browser environment (such as trying to access the "window" object). Is there a working example showing Vue/Fusebox SSR actually working?

-John