https://github.com/fanqingsong/sun_system_on_animejs
mimic the sun running system with animejs library
https://github.com/fanqingsong/sun_system_on_animejs
Last synced: 4 months ago
JSON representation
mimic the sun running system with animejs library
- Host: GitHub
- URL: https://github.com/fanqingsong/sun_system_on_animejs
- Owner: fanqingsong
- Created: 2019-11-16T14:53:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T11:55:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T13:52:31.311Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
all planets orbits around sun.

# src
## 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/).