vue-v-carousel

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-v-carousel

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • edamian
  • edxoix