Sleep

Vue. js Tour - Vue.js Nourished #.\n\nVueJS Excursion is actually a lightweight, simple as well as personalized tour plugin.\nIt gives an easy and also simple method to guide your customers with your application.\n\n\nRequirements.\nSetup.\nThis part will certainly assist you with the procedure of putting in VueJS Trip.\nStep 1: Head to your venture directory and also put in VueJS Trip making use of npm:.\ncd my-project.\nnpm set up @globalhive\/ vuejs-tour.\nMeasure 2: Import the plugin in your application access point (typically main.js):.\nimport createApp from \"vue\".\nimport Application coming from \".\/ App.vue\".\nbring in VueJsTour from '@globalhive\/ vuejs-tour'.\nimport '@globalhive\/ vuejs-tour\/dist\/style. css'.\n\nconst application = createApp( App)\n. usage( VueJsTour)\n. place(\"

app").Every thing is ready! Right now you can utilize VueJS Tour in your application.Make certain to browse through the paperwork for additional information.Create an excursion.Include the VueJS Trip part anywhere in your application. It is suggested to add it to App.vue.and also create the needed measures using.Start the tour.To begin the excursion, you may make use of the autoStart prop ...Chosen through its id 'selectByID'.Telected through its own course 'selectByClass'.Chosen by the 'data-step=" 3"' feature.
... or call the startTour() strategy on the component instance.Decided on through its own i.d. 'selectByID'.Telected by its own class 'selectByClass'.Chosen due to the 'data-step=" 3"' feature.
The aim at residential property of the measure focus could be any valid CSS selector.Information.For additional information about the offered props and approaches, have a look at the records.