alvarotrigo/vue-fullpage.js

In Nuxt targer: static build, fullpage is not working

SupriyaGo opened this issue · 6 comments

I have created a nuxt project and I am using vue-fullpage there. When I am doing static build of my application, full-page is not working, my web page is looking like a simple scrollable website.

Did you read about how to use vue-fullpage.js with nuxt ?
https://github.com/alvarotrigo/vue-fullpage.js#usage-with-nuxtjs

Also, make sure to check the available examples.

Note this won't work with Vue3. We are working on that for the next version.
So far you can try to use the new version in development if you want.

@alvarotrigo I followed every step but still its not working when doing static build. Please help

Try to provide an isolated reproduction in codesandbox. That'd make it easier for us to check.

https://codesandbox.io/s/nifty-keldysh-qyttvw

This is my code.

Please run -
npm run generate
npm run start
@alvarotrigo

image
Here it is coming [object object]
@alvarotrigo