https://github.com/deveodk/vue-core-tour
Tour plugin for deveo core based on intro js
https://github.com/deveodk/vue-core-tour
Last synced: 2 months ago
JSON representation
Tour plugin for deveo core based on intro js
- Host: GitHub
- URL: https://github.com/deveodk/vue-core-tour
- Owner: Deveodk
- License: mit
- Created: 2017-08-18T17:50:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T14:20:09.000Z (over 7 years ago)
- Last Synced: 2025-01-13T11:13:11.477Z (4 months ago)
- Language: CSS
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @deveodk/vue-core-tour
[](https://www.npmjs.com/package/@deveodk/vue-core-tour) [](https://vuejs.org/)
> Tour plugin for deveo core based on intro js
## Installation
```bash
npm install --save @deveodk/vue-core-tour
```
## Usage### Bundler (Webpack, Rollup)
```js
# Example in danish
import vueCoreTour from '@deveodk/vue-core-tour'
require('@deveodk/vue-core-tour/themes/introjs-modern.css')Vue.use(vueCoreTour, {
scrollTo: 'tooltip',
showStepNumbers: false,
keyboardNavigation: true,
nextLabel: 'Næste',
prevLabel: 'Tilbage',
skipLabel: 'Luk',
doneLabel: 'Okay',
axios: axios instance here,
baseURL: 'API_URL HERE'
})
```## License
[MIT](http://opensource.org/licenses/MIT)