vue-movable
v0.0.4
Published
**Don't use!! It's still dev** vue-movable is a Vue directive that enable to move element.
Downloads
6
Readme
vue-movable
Don't use!! It's still dev
vue-movable is a Vue directive that enable to move element.
Install
Donwload Manually
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