npm install vuewheel
npm install vuewheel --save
`
$3
Simple download from releases and include it in script tag.
Get started
`javascript
import Vue from 'vue'
import vuewheel from 'vue-wheel'Vue.use(vuewheel)
`Directive v-wheel then can be used in any of your Component.
`App.vue
...
``Method onWheel receives the native event,
* e - event