0.0.10 • Published 4 years ago

@electrojet/phaser-ce v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Electrojet Phaser CE

A CLI extension for running Phaser-CE applications generated by create-electrojet

Commands

1. Start

Starts a development server using webpack.

electrojet-phaserce start --port=4567

Port is defaulted to 4567.

Starts up webpack-dev-server process for serving your application.

2. Build

Builds the application to the dist directory.

electrojet-phaserce build