Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swing + nuxt/ssr #5

Open
mavrick opened this issue Feb 21, 2018 · 5 comments
Open

swing + nuxt/ssr #5

mavrick opened this issue Feb 21, 2018 · 5 comments

Comments

@mavrick
Copy link

mavrick commented Feb 21, 2018

Hey there,

I'm having a bit of trouble dropping this into nuxt - has anyone here had any experience with ssr based apps?

Cheers

@goweiwen
Copy link
Owner

I haven't tried using this with Nuxt yet. Do you know what needs to be changed to add compatibility with SSR? Otherwise, I don't have time to work on that now, but a PR would help a lot.

@mavrick
Copy link
Author

mavrick commented Feb 21, 2018

I will have a few more attempts at getting this working and will let you know how I go.

@arielkuzminski
Copy link

@mavrick : And how did it go? I have trouble to make this lib work with nuxt.js

@Truemedia
Copy link

Just seen this today and I have this working fine in Gridsome with SSR.

All I did was include the component inside one of my own components, wrap the markup on the page of that component with tags, and then where I include my component in the javascript change the import to look like this:

components: { ComponentName: () => import('./Component.vue') .then(m => m.default) .catch() },

@nelsonlarocca
Copy link

hi guys !
did it finally work for all of you ?
I'm having some issues :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants