suprabhat15 / Dragndrop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DragnDrop

This repository is about the implementation of simple DragnDrop in VueJS. Cards can be dragged from Sidebar and dropped to the dropzones. Some Extra features are also added. For eg. :-

1. Adding a Card at the top/bottom of the Sidebar.

2. Deleting a Card from the Sidebar/DropZones.

alt text

Whenever any Card is reordered in the DropZones, its ID gets updated as per its position. alt text

Updation of ID - alt text

alt text

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

About


Languages

Language:Vue 74.9%Language:HTML 16.2%Language:JavaScript 8.9%