/drag-n-drop

Primary LanguageJavaScriptThe UnlicenseUnlicense

drag-n-drop

Drag and drop components into slots

Drag and drop images(components) from one component to another, using vddl.

#slot1

takes only small images (max # of images = 4), distributed on 4 rows of 1 column

#slot2

takes only big images (max # of images = 6), distributed on 2 rows of 3 columns

P.S: sorry for the worst design ever made 😬

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.