Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
vue-glide-js
Advanced tools
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)
})
<template>
<div id="app">
<vue-glide>
<vue-glide-slide v-for="i in 10" :key="i">
Slide {{ i }}
</vue-glide-slide>
</vue-glide>
</div>
</template>
<script>
import { Glide, GlideSlide } from 'vue-glide-js'
export default {
components: {
[Glide.name]: Glide,
[GlideSlide.name]: GlideSlide
}
}
</script>
MIT © 2018-present Anton Reshetov
FAQs
Vue component on top of the Glide.js
The npm package vue-glide-js receives a total of 5,159 weekly downloads. As such, vue-glide-js popularity was classified as popular.
We found that vue-glide-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.