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

https://github.com/hcarneiro/drag-drop-dom-tree-vue

Drag and Drop into iFrame with sortable DOM tree built with Vue.js
https://github.com/hcarneiro/drag-drop-dom-tree-vue

iframe javascript jquery sortablejs vue-cli vuedraggable vuejs

Last synced: about 2 months ago
JSON representation

Drag and Drop into iFrame with sortable DOM tree built with Vue.js

Awesome Lists containing this project

README

        

# Drag and Drop into iFrame with sortable DOM tree (Vue.js)
This little project is built with Vue.js and uses [Vue.Draggable](https://github.com/SortableJS/Vue.Draggable).
![ezgif-3-83dda7c3231e](https://user-images.githubusercontent.com/7046481/58716151-4cfb2e00-83c0-11e9-8894-95001e57fef1.gif)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).