-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
nuxtjs support #2
Comments
I'm not familiar with nuxt.js but, I think this can not be SSR'd because it deeply depends on runtime only features like viewport size, image size, etc. |
Great suggestion. I’ll definitely give it a shot! |
Wanted to check back in to say I finally had an opportunity to work on getting the component working on the client side only and so far so good. First create a plugin for nuxt named flipbook.js with the following code: Then register the component within the plugins section of nuxt.config.js with the following code: From there, add the component to a Vue file using Again, amazing library and exactly what I was looking for to complete my project. Thanks again, Jason |
I found, that when using So you could use it like this:
|
I found a working solution for Nuxt3. |
Phenomenal repo that fits perfectly with a project i'm working on so thank you! Any chance you might be willing to add support for nuxtjs?
Thanks,
Jason
The text was updated successfully, but these errors were encountered: