https://github.com/shvixxl/vue-panel
Draggable and Snappable Vue Component 🏗
https://github.com/shvixxl/vue-panel
component draggable snappable vue
Last synced: 4 months ago
JSON representation
Draggable and Snappable Vue Component 🏗
- Host: GitHub
- URL: https://github.com/shvixxl/vue-panel
- Owner: shvixxl
- License: mit
- Created: 2021-01-23T09:05:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:07:25.000Z (over 1 year ago)
- Last Synced: 2025-04-08T10:41:34.318Z (about 1 year ago)
- Topics: component, draggable, snappable, vue
- Language: Vue
- Homepage: https://vue-panel.netlify.app/
- Size: 566 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-panel
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).