🏆 Swiper component for @vuejs github.surmon.me/vue-awesome-swiper Topics vuejs slide vue vuejs2 carousel vue-components vue-swiper vue-awesome-swiper vue2 vue-plugin vue-component nuxtjs vue-carousel swiper
{ "type": "git", "url": "https://github.com/surmon-china/vue-awesome-swiper" }, "bugs": "https://github.com/surmon-china/vue-awesome-swiper/issues", "homepage": "https://github.surmon.me/vue-awesome-swiper", "type": "module", "types": "index.d.ts", "module": "index.js"...
Vue+Swiper实现的一套轮播滑动组件,API参照Swiper. Contribute to davecat/vue-awesome-swiper development by creating an account on GitHub.
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
npm install vue-awesome-swiper --save Vue mount // import import Vue from 'vue' import VueAwesomeSwiper from 'vue-awesome-swiper' // or require var Vue = require('vue') var VueAwesomeSwiper = require('vue-awesome-swiper') // mount with global Vue.use(VueAwesomeSwiper) // If used in...
1、关于vue-awesome-swiper vue-awesome-swiper是我个人比较倾向的一个轮播图开源组件,GitHub地址在这里:https://github.com/surmon-china/vue-awesome-swiper,官网介绍这里:https://surmon-china.github.io/vue-awesome-swiper/;官网从安装到使用都介绍的很详细了,大家可以去看看;ok,我们从官网选取一种轮播图效果作...
Githubsurmon-china/vue-awesome-swiper12828 ⬆️Latest commit:2 years ago 📦️Latest release:v5.0.0 on 19 Mar 💬️Issues open:307 🚨 This project seems to not be actively maintained. Websitegithub.com Related Projects #Form#UI Components ...
/** * @file vue-awesome-swiper * @module utils * @author Surmon <https://github.com/surmon-china> */ export const kebabcase = (string: string): string => { return string .replace(/([a-z])([A-Z])/g, '$1-$2') .replace(/\s+/g, '-') .toLowerCase() } 1 2 3 4 5...
🏆 Swiper component for Vue.js(1.x ~ 2.x). Contribute to ollieSk8/vue-awesome-swiper development by creating an account on GitHub.
🏆 Swiper component for @vuejs. Contribute to MartinLi-coder/vue-awesome-swiper development by creating an account on GitHub.