Skip to content

Ironcheese/webpack-phaser-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

webpack

A Phaser & Vue Webpack setup

Usage

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

What's Included

  • npm run dev: Webpack with proper config for source maps & hot-reload.

  • npm run build: build with HTML/CSS/JS minification.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with phaser-cli:

phaser init username/repo my-project

About

A Webpack setup to quickly get going with Phaser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • HTML 22.1%
  • Vue 2.6%
  • CSS 1.0%