Sleep

Vue. js Scenic tour - Vue.js Feed #.\n\nVueJS Trip is a light in weight, basic as well as adjustable excursion plugin.\nIt offers a quick and also very easy way to guide your consumers with your application.\n\n\nPrerequisites.\nInstallment.\nThis segment will certainly guide you by means of the procedure of setting up VueJS Scenic tour.\nMeasure 1: Most likely to your project directory as well as set up VueJS Excursion using npm:.\ncompact disc my-project.\nnpm put in @globalhive\/ vuejs-tour.\nMeasure 2: Bring in the plugin in your app entry point (normally main.js):.\nimport createApp from \"vue\".\nimport App from \".\/ App.vue\".\nimport VueJsTour coming from '@globalhive\/ vuejs-tour'.\nbring in '@globalhive\/ vuejs-tour\/dist\/style. css'.\n\nconst app = createApp( Application)\n. usage( VueJsTour)\n. mount(\"

app").Every thing is ready! Currently you can utilize VueJS Excursion in your application.Make certain to take a look at the records to learn more.Produce an excursion.Incorporate the VueJS Trip part anywhere in your app. It is advised to include it to App.vue.and make the necessary measures using.Begin the tour.To begin the tour, you can easily use the autoStart prop ...Decided on through its own id 'selectByID'.Telected through its own lesson 'selectByClass'.Selected due to the 'data-step=" 3"' attribute.
... or refer to as the startTour() strategy on the component instance.Picked by its own id 'selectByID'.Telected through its lesson 'selectByClass'.Picked due to the 'data-step=" 3"' quality.
The aim at residential property of the measure object can be any sort of valid CSS selector.Records.To read more regarding the on call props as well as techniques, check out the paperwork.

Articles You Can Be Interested In