pulsardev/vue-tour

Vue 3 Compatibility

GlobalHive opened this issue · 5 comments

Last question about compatibility: Feb 4, 2021
Last commit: Apr 22, 2021
Wrote mail: Dec 01, 2022

  • No response

I guess this repo is dead (locked to vue 2)

This is not a promotional issue

Since i really could need this for Vue 3, i created my own version of it.
Simplified, smaller, no multiple instances, faster

If anyone wants to give it a shot:
VueJS Tour

Edit:
I'll transfer some issues from here too, so the development of this great package can go on.

Hey @GlobalHive!

Thanks for your message!
The project is not dead but we indeed don't have the time and ressources to update it at a proper pace anymore... so thank you for making vue-tour continue to live for Vue 3.
That being said, if you'd like, we could bring back your project to this repository, in a new branch and publish it as a new version (vue-tour@3.0.0 for exemple), so that you can benefit from the popularity of this package?

We could make you maintainer and just keep the approves to merge on master.

Tell us what you think of it!

Thanks for the reply @mmorainville
Well i don't know if you checked my version but i did a whole lot of things different
since i didn't want to copy it 1:1

What means i have no step component, everything is kept inside the VTour component, except styles.
Styles are overridable and scss based.

The next update is going to introduce the VTour options prop, which will hold all "static" options for popper and jump.js

What means: If we combine them, then there are 2, from ground up, complete different packages
What could bring some issues and confusion for the users.

Does the vue3-tour package can be used in nuxt 3 ? I tried installing it but not able to get the reference to $tours in nuxt 3 like nuxt 2?
Please look into this issue for reference:
#265

@VenkateshDotdash my version of this VueJsTour
has a Nuxt 3 version provided by BayBreezy