Sleep

Vue. js Tour - Vue.js Supplied #.\n\nVueJS Tour is actually a light-weight, straightforward as well as customizable tour plugin.\nIt delivers a fast and effortless means to lead your consumers by means of your app.\n\n\nPrerequisites.\nInstallation.\nThis segment is going to assist you through the method of mounting VueJS Excursion.\nMeasure 1: Go to your project directory and put in VueJS Scenic tour making use of npm:.\ncd my-project.\nnpm put in @globalhive\/ vuejs-tour.\nMeasure 2: Import the plugin in your application access idea (commonly main.js):.\nimport createApp coming from \"vue\".\nimport Application from \".\/ App.vue\".\nbring in VueJsTour coming from '@globalhive\/ vuejs-tour'.\nbring in '@globalhive\/ vuejs-tour\/dist\/style. css'.\n\nconst app = createApp( App)\n. make use of( VueJsTour)\n. mount(\"

app").Every little thing prepares! Currently you may use VueJS Trip in your application.Make certain to look into the documents to read more.Produce an excursion.Incorporate the VueJS Trip part throughout your application. It is actually recommended to incorporate it to App.vue.as well as generate the required measures making use of.Begin the tour.To start the tour, you can utilize the autoStart prop ...Picked by its i.d. 'selectByID'.Telected through its lesson 'selectByClass'.Selected due to the 'data-step=" 3"' attribute.
... or even refer to as the startTour() technique on the element case.Decided on through its own i.d. 'selectByID'.Telected by its own lesson 'selectByClass'.Selected by the 'data-step=" 3"' attribute.
The aim at home of the action object can be any valid CSS selector.Documentation.To read more concerning the on call props and also strategies, visit the documents.

Articles You Can Be Interested In