vue-swipe-button
Swipe button like iOS/Android.
Install
npm install --save vue-swipe-button
Usage
Import SwipeButton and its css.
Sample:
Project setup for development
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build:component
Lints and fixes files
npm run lint
Run your unit tests
npm run test:unit
Build docs
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