Skip to content

voiders/vue-v-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carousel component

A Vue.js Component

Basic functionality from here

Installation

# npm install

npm install vue-v-carousel --save

Example

import Vue from 'vue'
import carousel from './Carousel.vue'
import bulma from 'bulma/css/bulma.css'

new Vue({
  el: '#app',
  components:{
    carousel
  }
});

Build & Run

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published