https://github.com/dammy001/vue-staggered-grid
https://github.com/dammy001/vue-staggered-grid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammy001/vue-staggered-grid
- Owner: dammy001
- Created: 2020-12-03T23:14:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:02:54.000Z (7 months ago)
- Last Synced: 2024-10-30T03:51:14.677Z (7 months ago)
- Language: Vue
- Size: 490 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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/).