alvarotrigo / vue-fullpage.js

Official Vue.js wrapper for fullPage.js http://alvarotrigo.com/vue-fullpage/
GNU General Public License v3.0
1.85k stars 255 forks source link

In Nuxt targer: static build, fullpage is not working #229

Closed SupriyaGo closed 2 years ago

SupriyaGo commented 2 years ago

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.

alvarotrigo commented 2 years ago

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.

SupriyaGo commented 2 years ago

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

alvarotrigo commented 2 years ago

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

SupriyaGo commented 2 years ago

@alvarotrigo Ok I will

SupriyaGo commented 2 years ago

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

This is my code.

Please run - npm run generate npm run start @alvarotrigo

SupriyaGo commented 2 years ago

image Here it is coming [object object] @alvarotrigo