0.0.4 • Published 7 years ago

vue-movable v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

vue-movable

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

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