Socket
Socket
Sign inDemoInstall

vue-touch

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-touch

> Touch events plugin for Vue.js


Version published
Weekly downloads
7.8K
decreased by-14.12%
Maintainers
1
Weekly downloads
 
Created
Source

vue-touch

Touch events plugin for Vue.js

This is a directive wrapper for Hammer.js 2.0.

Usage

Currently only available via Component or Browserify. For other use cases just take a look at the source. It's really simple.

var vueTouch = require('vue-touch')
Vue.use(vueTouch)
<a v-touch="tap:onTap">Tap me!</a>

See Hammer.js documentation for all available events.

See /example for listening to multiple events together and how to register a custom event like 'doubletap'. To build the example, you need to have Browserify installed and then npm run build.

License

MIT

FAQs

Package last updated on 23 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc