A slider and carousel as vue component on top of the Glide.js
Vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide
Installing with npm is recommended and it works seamlessly with webpack.
npm i vue-glide-js
You can download latest version from the Github: Download
To use in your project, just import vue-glide and install into Vue.
import Vue from 'vue' import App from './App.vue' import VueGlide from 'vue-glide-js' import 'vue-glide-js/dist/vue-glide.css'Vue.use(VueGlide)
new Vue({ el: '#app', render: h => h(App) })
MIT © 2018-present Anton Reshetov