JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q23221F
  • License MIT

Create Phaser Web games with ease.

Package Exports

  • @rblopes/generator-phaser-plus-template-default

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rblopes/generator-phaser-plus-template-default) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

generator-phaser-plus default template

npm version dependencies status devDependencies status Travis CI Build Status

Create Phaser Web games with ease.

generator-phaser-plus is a Yeoman generator that makes starting up Phaser 3 game projects dead simple.

This supplementary package contains the default project template of generator-phaser-plus.

The sample project has the following features:

  • A basic set of Gulp tasks for development and bundling the application for distribution;

  • Webpack for code bundling;

  • Browsersync for cross-device, cross-browser testing;

  • Babel, configured with babel-preset-env, to compile scripts in a format compatible with today's browsers and devices.

  • A sample Phaser 3 application, enough for a small Web game, including a splash screen component and a organized directory structure.

You can create your own Web games powered by Phaser too. Install generator-phaser-plus now, via npm or Yarn, and start right away! Visit the project page on GitHub to learn more.

License

This software is distributed under the terms of the MIT License.