Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun0fabeach/breakout
Classic breakout done in Vue + Phaser 3
https://github.com/sun0fabeach/breakout
Last synced: about 1 month ago
JSON representation
Classic breakout done in Vue + Phaser 3
- Host: GitHub
- URL: https://github.com/sun0fabeach/breakout
- Owner: Sun0fABeach
- Created: 2018-09-08T09:40:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T12:53:14.000Z (3 months ago)
- Last Synced: 2024-09-17T16:06:17.335Z (3 months ago)
- Language: TypeScript
- Size: 9.63 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout
#### Classic breakout done in Vue + Phaser 3.
## [Play](https://breakout-vue-phaser3.netlify.app/)
## Build Setup
``` bash
# install dependencies
npm install# serve with live reloading at localhost:8080
npm run dev# build for production with transpilation / minification
npm run build# serve your production build at localhost:5000
npm run serve
```