An open API service indexing awesome lists of open source software.

https://github.com/binarcode/draggable-list-example

Example of an animated draggable list build with Vue.js and Tailwind
https://github.com/binarcode/draggable-list-example

draggable tailwindcss vuedraggable vuejs vuejs2

Last synced: 26 days ago
JSON representation

Example of an animated draggable list build with Vue.js and Tailwind

Awesome Lists containing this project

README

          

# Vue.js and Tailwind draggable list
Check out the source code or a [detailed article on this topic](https://www.binarcode.com/blog/building-animated-draggable-interfaces-with-vuejs-and-tailwind?ref=github.com)
![Demo](https://raw.githubusercontent.com/BinarCode/draggable-list-example/master/public/demo.gif)

## Project setup
```
yarn install
```

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

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

### Run your tests
```
yarn run test
```

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).