Sleep

Vue. js Tour - Vue.js Supplied #.\n\nVueJS Tour is actually a light in weight, simple as well as personalized tour plugin.\nIt delivers a quick and also effortless way to lead your consumers by means of your application.\n\n\nQualifications.\nInstallment.\nThis segment will lead you by means of the method of setting up VueJS Excursion.\nStep 1: Visit your task listing as well as mount VueJS Excursion utilizing npm:.\ncompact disc my-project.\nnpm set up @globalhive\/ vuejs-tour.\nMeasure 2: Bring in the plugin in your app entrance point (normally main.js):.\nimport createApp from \"vue\".\nimport Application from \".\/ App.vue\".\nimport VueJsTour from '@globalhive\/ vuejs-tour'.\nimport '@globalhive\/ vuejs-tour\/dist\/style. css'.\n\nconst application = createApp( App)\n. use( VueJsTour)\n. place(\"

app").Every little thing prepares! Right now you can use VueJS Tour in your application.Make certain to have a look at the records to learn more.Generate a scenic tour.Add the VueJS Excursion element throughout your app. It is actually recommended to add it to App.vue.and create the required steps using.Begin the excursion.To begin the tour, you may utilize the autoStart prop ...Chosen through its id 'selectByID'.Telected through its training class 'selectByClass'.Selected by the 'data-step=" 3"' characteristic.
... or name the startTour() technique on the part circumstances.Chosen through its i.d. 'selectByID'.Telected by its own lesson 'selectByClass'.Chosen by the 'data-step=" 3"' characteristic.
The aim at building of the action object may be any sort of legitimate CSS selector.Documents.To find out more regarding the readily available props and methods, look at the records.