Sleep

Vue. js Tour - Vue.js Nourished #.\n\nVueJS Tour is actually a light-weight, straightforward and also customizable tour plugin.\nIt offers a quick as well as simple means to lead your consumers via your function.\n\n\nPrerequisites.\nSetup.\nThis segment will definitely direct you with the procedure of putting up VueJS Tour.\nStep 1: Most likely to your job listing as well as set up VueJS Trip using npm:.\ncompact disc my-project.\nnpm set up @globalhive\/ vuejs-tour.\nMeasure 2: Import the plugin in your function entrance idea (usually main.js):.\nimport createApp coming from \"vue\".\nimport App coming from \".\/ App.vue\".\nbring in VueJsTour from '@globalhive\/ vuejs-tour'.\nbring in '@globalhive\/ vuejs-tour\/dist\/style. css'.\n\nconst application = createApp( Application)\n. usage( VueJsTour)\n. mount(\"

app").Everything is ready! Right now you can easily utilize VueJS Excursion in your application.Make certain to visit the documentation to learn more.Generate a scenic tour.Add the VueJS Scenic tour component throughout your app. It is highly recommended to incorporate it to App.vue.and also make the needed actions using.Beginning the trip.To start the excursion, you can make use of the autoStart prop ...Picked through its i.d. 'selectByID'.Telected through its class 'selectByClass'.Picked by the 'data-step=" 3"' quality.
... or even name the startTour() technique on the element occasion.Chosen by its own i.d. 'selectByID'.Telected by its own course 'selectByClass'.Selected by the 'data-step=" 3"' characteristic.
The target property of the action focus can be any kind of authentic CSS selector.Documentation.To find out more concerning the available props as well as approaches, visit the information.