https://github.com/mdbarr/skylight
Dashboard
https://github.com/mdbarr/skylight
Last synced: over 1 year ago
JSON representation
Dashboard
- Host: GitHub
- URL: https://github.com/mdbarr/skylight
- Owner: mdbarr
- Created: 2019-01-11T17:11:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T22:37:02.000Z (over 7 years ago)
- Last Synced: 2025-01-12T13:22:41.619Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skyfall
## 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/).