[Vuejs]-Making a grid of <video> elements in vue.js, with drag & drop ordering and resizing

0👍

The HTML Drag and Drop interfaces work well but they require a lot of work.
The best drag & drop library I’ve seen is the one from Shopify; it’s very slick!
https://shopify.github.io/draggable/

Leave a comment