0.7.1 • Published 6 years ago

vddl v0.7.1

Weekly downloads
705
License
MIT
Repository
-
Last release
6 years ago

Links

Features

  • Supports VueJs versions 1.0 and 2.0
  • Supports all modern browsers and Internet Explorer 9+
  • Supports nested lists for building trees and other fancy structures

Touch devices are not supported, because they do not implement the HTML5 drag & drop standard. However, you can use a shim to make it work on touch devices as well.

Installation

npm install --save vddl

# or
yarn add vddl

Usage

import Vue from 'vue';
import Vddl from 'vddl';

Vue.use(Vddl);

Development

# dev
npm install
npm run watch

# build
npm run build

# run example
cd example && npm install
npm run dev

License

MIT

FOSSA Status

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.3.2

7 years ago

0.2.2

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago