vue-movable

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue-movable

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • akifo