1.1.1 • Published 3 years ago

@jasonbdly/web-game-engine v1.1.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Brunch + Babel/ES6

This is a modern JS skeleton for Brunch.

Installation

Clone this repo manually or use brunch new dir -s es6

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • npm run build — builds minified project for production

ES-next

To use proposed JS features not included into ES6, do this:

  • npm install --save-dev babel-preset-stage-0
  • in brunch-config.js, add the preset: presets: ['latest', 'stage-0']
1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago