# v-draggable-core

## Project overview
```
Simple but powerful directive for VueJS 2, which allow to give drag functionality to Vue component.

It is directive version of https://github.com/lrembacz/vue-draggable-core.
```

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

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

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

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