Home

Awesome

broccoli-babel-examples

Each folder comes with instructions in a README file.

If you would like to know more about ES6, you'll find an article for each feature in the series ES6 In Depth Articles published by Mozilla Hacks.

Branches

Examples

1. es6-fruits

A minimal example that shows you how to transpile a single ES6 script and then execute it through the command line.

2. es6-website

Transpile all the ES6 files found in target location and concatenate them into a single ES5 file that is imported into a simple website.

3. es6-modules

A usage example of jayphelps/broccoli-babel-boilerplate, its a more sophisticated setup that handles:

Its meant to be the starting point for ambitious projects.