Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.
Preview:
Changelog:
v2.0.0 (03/28/2020)
- Bug Fixes
- update Popper.js to v2.x
v1.6.0 (03/26/2020)
- move the keyup listener before the return
- add sticky step
v1.5.0 (07/11/2020)
- before: adds support for rejecting promises from the before method along with supporting unit tests
- tour: added promises for start, next, and prev so that users of the component may do async operations to get the UI in a good state
Download Details:
Author: pulsardev
Live Demo: https://pulsardev.github.io/vue-tour/
Download Link: https://github.com/pulsardev/vue-tour/archive/master.zip
Official Website: https://github.com/pulsardev/vue-tour
Install & Download:
# NPM
$ npm install vue-tour --save