Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-desmaisons/draggable-example

vue.draggable example
https://github.com/david-desmaisons/draggable-example

drag-and-drop sortable vue2

Last synced: 6 days ago
JSON representation

vue.draggable example

Awesome Lists containing this project

README

        

# draggable-example

> Example usage of [vue.draggable](https://github.com/SortableJS/Vue.Draggable)

![demo gif](example.gif)

## Live demo

https://david-desmaisons.github.io/draggable-example/

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build
```