vdrag only drag for vue Demo Installation npm install @phl/vdrag --save Usage Import v-drag into any file you are planning to use it. import drag from "@phl/vdrag" Vue.use(drag); <div v-drag>Drag me!</div>