# vue-touch **Repository Path**: vuejs/vue-touch ## Basic Information - **Project Name**: vue-touch - **Description**: Hammer.js wrapper for Vue.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # This plugin is deprecated and not maintained anymore. ## vue-touch > Touch events plugin for Vue.js. **This plugin does not support Vue 2.0 yet.** This is a directive wrapper for Hammer.js 2.0. ## Install > This branch is only compatible with Vue 1.0. For the Vue 2.0 compatible rewrite, see the `next` branch #### CommonJS - Available through npm as `vue-touch`. ``` js var VueTouch = require('vue-touch') Vue.use(VueTouch) ``` #### Direct include - You can also directly include it with a `