项目作者: missinglinks

项目描述 :
Minimal project template (and small demo game) for Phaser 3 using Webpack 4 and ES6.
高级语言: JavaScript
项目地址: git://github.com/missinglinks/phaser3-webpack4-template.git
创建时间: 2018-05-13T06:41:13Z
项目社区:https://github.com/missinglinks/phaser3-webpack4-template

开源协议:

下载


Phaser 3 Webpack 4 Template

Minimal project template for Phaser 3 using Webpack 4 and ES6.
This project is mainly me trying to learn Webpack configuration and trying out some stuff in Phaser 3 (https://photonstorm.github.io/phaser3-docs/index.html).

Other, more competent, Phaser project templates can be found here:

Use

  1. Clone the repository:

git clone https://github.com/missinglinks/phaser3-webpack4-template

  1. Install node modules:

npm install

  1. Run development server:

npm run start

  1. Create an awesome game!