Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shvixxl/vue-panel
Draggable and Snappable Vue Component 🏗
https://github.com/shvixxl/vue-panel
component draggable snappable vue
Last synced: about 2 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T07:06:13.000Z (5 months ago)
- Last Synced: 2024-07-15T08:34:15.941Z (5 months ago)
- Topics: component, draggable, snappable, vue
- Language: Vue
- Homepage: https://vue-panel.netlify.app/
- Size: 308 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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/).