Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkhdo/vue-grid-layout
Vue grid layout
https://github.com/nkhdo/vue-grid-layout
Last synced: 1 day ago
JSON representation
Vue grid layout
- Host: GitHub
- URL: https://github.com/nkhdo/vue-grid-layout
- Owner: nkhdo
- Created: 2019-06-01T08:10:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:54:56.000Z (about 2 years ago)
- Last Synced: 2024-11-09T10:55:52.334Z (about 2 months ago)
- Language: Vue
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-grid-layout
## 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
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).