fuse-box / fuse-box-vue-seed

Get started with Vue.js using FuseBox module loader and bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working SSR Example

JohnLouderback opened this issue · comments

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