A Phaser & Vue Webpack setup
This is a project template for phaser-cli.
$ npm install -g phaser-cli
$ phaser init webpack my-project
$ cd my-project
$ npm install
$ npm run dev
-
npm run dev
: Webpack with proper config for source maps & hot-reload. -
npm run build
: build with HTML/CSS/JS minification.
You can fork this repo to create your own boilerplate, and use it with phaser-cli
:
phaser init username/repo my-project