Skip to content

akifo/vue-movable

Repository files navigation

vue-movable

Don't use!! It's still dev
vue-movable is a Vue directive that enable to move element.

DEMO
Usage

Install

Donwload Manually

Download zip from Github

NPM

npm install vue-movable

SetUp

Browser globals

<script src="https://cdn.css.net/libs/vue/2.3.3/vue.js"></script>
<script src='/lib/vue-movable.min.js'></script>

ES6

import VueMovable from 'vue-movable'
Vue.use(VueMovable)

Usage

<div v-movable>movable Element!!</div>

Options

now writing...

Development

# watch
npm run dev
# build
npm run build