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

Vue 2 #255

Closed dickyjayaumbara closed 2 years ago

dickyjayaumbara commented 2 years ago

Hei this awesome plugin, can this plugin still worked with Vue 2, if not, can i get link for Vue 2 version.

alvarotrigo commented 2 years ago

Sure, you can try version 0.1.5, but that won't include the latest fullPage.js version either.

https://github.com/alvarotrigo/vue-fullpage.js/releases/tag/0.1.5

mattgilbertnet commented 1 year ago

@alvarotrigo Is it possible to use fullPage.js 4 with vue-fullpage in Vue 2? (Migrating an existing app from Vue 2 to 3 can be quite involved, especially with popular dependencies like Vuetify still not supporting Vue 3.)

alvarotrigo commented 1 year ago

@alvarotrigo Is it possible to use fullPage.js 4 with vue-fullpage in Vue 2?

I haven't tried it myself, but I invite you to give it a try :) From our side, we don't provide support for it. I can only recommend you keep using fullPage.js v3.

mattgilbertnet commented 1 year ago

I gave it a shot, by forking vue-fullpage before vue 3 changes, and just changing the fullpage.js version. But build:browser hangs.

https://github.com/mattgilbertnet/vue-fullpage.js

alvarotrigo commented 1 year ago

Sorry but I can't assist you there. We only provide support for the latest version.

alvarotrigo commented 1 year ago

Try npm run build or npm run dev

guda-art commented 1 year ago

sry, version 0.1.5 can work with vue2.x perfectly ? thankyou.

guda-art commented 1 year ago

version 0.1.5 can use all options in https://github.com/alvarotrigo/fullPage.js#options

alvarotrigo commented 1 year ago

Version 0.1.5 uses fullPage.js 3.1.2 instead of fullPage.js 4.0.15. So you should go to version 3 docs:

https://github.com/alvarotrigo/fullPage.js/tree/3.1.2

alvarotrigo commented 1 year ago

Version 3 is no longer maintained or supported.

guda-art commented 1 year ago

Version 0.1.5 uses fullPage.js 3.1.2 instead of fullPage.js 4.0.15. So you should go to version 3 docs:

https://github.com/alvarotrigo/fullPage.js/tree/3.1.2

thankyou verymuch !

guda-art commented 1 year ago

My project uses vue2+nuxt.js. After reading all the information, I think vue-fullpage.js v0.1.5 is the only one that can be applied to my project Do you have any better suggestions?

guda-art commented 1 year ago

@alvarotrigo

alvarotrigo commented 1 year ago

No

guda-art commented 1 year ago

No

Thanks anyway