Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elc0mpa/spacex
SpaceX DashBoard built with Vue3 and composition API
https://github.com/elc0mpa/spacex
google-analytics gtag sass space-x spacex spacex-dashboard spacex-launches vue vue3 vuejs
Last synced: 25 days ago
JSON representation
SpaceX DashBoard built with Vue3 and composition API
- Host: GitHub
- URL: https://github.com/elc0mpa/spacex
- Owner: elC0mpa
- Created: 2021-11-08T05:18:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T21:53:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:27:13.201Z (over 1 year ago)
- Topics: google-analytics, gtag, sass, space-x, spacex, spacex-dashboard, spacex-launches, vue, vue3, vuejs
- Language: Vue
- Homepage: https://spacex.elc0mpa.me
- Size: 6.47 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spacex
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).