0.0.4 • Published 6 years ago

vue-v-carousel v0.0.4

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

Carousel component

NPM Version

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
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago