https://github.com/theodoreai/solar-system
https://github.com/theodoreai/solar-system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodoreai/solar-system
- Owner: TheodoreAI
- Created: 2022-08-12T00:41:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T17:38:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T02:48:40.517Z (over 1 year ago)
- Language: Vue
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solar-system
## 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/).