vue-coverflow

vue-coverflow is a vue2 component to simulate the Apple Cover Flow UI effect, without jQuery.

vue-coverflow

npm install vue-coverflow --save

Use

// Use in component
import { coverflow } from 'vue-coverflow'

export default {
  data () {
    return {
      // options
    }
  },
  components: {
    coverflow
  }
}
<coverflow options></coverflow>

GitHub