/vue-tour

Vue Tour is a lightweight, simple and customizable guided tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.

Primary LanguageVueMIT LicenseMIT

Vue Tour

Fork from

Vue Tour

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.

Added features

  1. Custom themes.
// ...
data() {
  return {
    tourOptions: {
      theme: '#506eff'
    }
  }
}
// ...
  1. Only tips mode.Shorten padding and margin event you set some buttons.
// ...
data() {
  return {
    tourOptions: {
      onlyTips: true
    }
  }
}
// ...
  1. Partial style modification.