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
- Host: GitHub
- URL: https://github.com/binarcode/draggable-list-example
- Owner: BinarCode
- Created: 2019-11-24T15:57:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:39:43.000Z (over 3 years ago)
- Last Synced: 2023-02-28T11:56:34.054Z (about 3 years ago)
- Topics: draggable, tailwindcss, vuedraggable, vuejs, vuejs2
- Language: Vue
- Homepage: https://draggable-vuejs-list.netlify.com/
- Size: 1.14 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)

## 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/).