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
- Host: GitHub
- URL: https://github.com/hcarneiro/drag-drop-dom-tree-vue
- Owner: hcarneiro
- Created: 2019-05-31T10:58:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:16:13.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:52:58.060Z (about 1 year ago)
- Topics: iframe, javascript, jquery, sortablejs, vue-cli, vuedraggable, vuejs
- Language: JavaScript
- Homepage:
- Size: 3.4 MB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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).
## 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/).