https://github.com/focusthen/alien-game-vue3
Vue3, Composition API and GSAP
https://github.com/focusthen/alien-game-vue3
composition-api gsap vue vue3
Last synced: about 1 year ago
JSON representation
Vue3, Composition API and GSAP
- Host: GitHub
- URL: https://github.com/focusthen/alien-game-vue3
- Owner: FocusThen
- License: mit
- Created: 2020-12-14T14:32:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T20:02:56.000Z (over 5 years ago)
- Last Synced: 2023-03-03T23:10:17.717Z (over 3 years ago)
- Topics: composition-api, gsap, vue, vue3
- Language: Vue
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aliengame
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).