https://github.com/n1ghtdev/space-launches
Find upcoming space launches
https://github.com/n1ghtdev/space-launches
composition-api vue vuex
Last synced: 8 months ago
JSON representation
Find upcoming space launches
- Host: GitHub
- URL: https://github.com/n1ghtdev/space-launches
- Owner: n1ghtdev
- Created: 2020-06-13T17:02:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:44:43.000Z (over 3 years ago)
- Last Synced: 2025-01-11T04:42:00.520Z (over 1 year ago)
- Topics: composition-api, vue, vuex
- Language: Vue
- Homepage: https://n1ghtdev.github.io/space-launches
- Size: 826 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# space-launches
## 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/).