https://github.com/pimlie/nuxt-bootstrap-slider
Easily use Vue.js Bootstrap Slider in your Nuxt app
https://github.com/pimlie/nuxt-bootstrap-slider
bootstrap nuxt slider vue
Last synced: about 2 months ago
JSON representation
Easily use Vue.js Bootstrap Slider in your Nuxt app
- Host: GitHub
- URL: https://github.com/pimlie/nuxt-bootstrap-slider
- Owner: pimlie
- License: other
- Created: 2017-07-02T11:10:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T19:45:10.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:49:21.531Z (over 1 year ago)
- Topics: bootstrap, nuxt, slider, vue
- Language: JavaScript
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Bootstrap Slider plugin for NUXT
[](https://www.npmjs.com/package/nuxt-bootstrap-slider)
[](https://www.npmjs.com/package/nuxt-bootstrap-slider)
> Easily use [Vue.js Bootstrap Slider](https://github.com/pimlie/vue-bootstrap-slider) in your Nuxt app
## Setup
- Install from npm `npm install --save nuxt-bootstrap-slider` or use yarn
- Add `nuxt-bootstrap-slider` to `modules` section of `nuxt.config.js'`
```js
modules: [
'nuxt-bootstrap-slider',
]
````
## Usage
```js
Slider has value {{ value }}
export default {
data () {
return {
value: 5
}
}
}
```
See [Vue.js Bootstrap Slider](https://github.com/pimlie/vue-bootstrap-slider) for a list of all available options