Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```