# vue-touch **Repository Path**: jimixy/vue-touch ## Basic Information - **Project Name**: vue-touch - **Description**: vue 添加全局资源:指令/过滤器/过渡等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 `