vue-touch : Hammer.js based touch events plugin for Vue.js. You can installing vue-touch npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install vue-touch $ sudo npm install -g vue-touch
If want to update the vue-touch package execute the command as below,
$ sudo npm update vue-touch
Update package globally,
$ npm install -g vue-touch
$ sudo git clone https://github.com/rektide/vue-touch.git
$ sudo npm install -g ./vue-touch
vue-touch@1.1.0 /usr/lib/node_modules/vue-touch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vue-touch
| Package Name | vue-touch |
| Version | 1.1.0 |
| Description | Hammer.js based touch events plugin for Vue.js |
| Released Date | 2016-05-03T17:35:22.705Z |
| Published by | yyx990803 |
| How to Learn | https://www.npmjs.com/package/vue-touch/tutorial |