Vue Swipe Button
```
npm install --save vue-swipe-button
`javascript`
import SwipeButton from 'vue-swipe-button'
import 'vue-swipe-button/dist/swipeButton.css'
Sample usage:
`javascript
class="swipe-button"
@actionConfirmed="onActionConfirmed"
/>
`
npm install
`$3
`
npm run serve
`$3
`
npm run build:component
`$3
`
npm run lint
`$3
`
npm run test:unit
`$3
`
npm run build:docs
in docs/index.html
make sure the paths don't have '/' at the beginning
ex: /js/app.js should be js/app.js
``