GzhiYi / 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.

Home Page:https://pulsardev.github.io/vue-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

https://pulsardev.github.io/vue-tour

License:MIT License


Languages

Language:Vue 47.3%Language:HTML 30.1%Language:JavaScript 22.6%