Skip to content

heaton/broccoli-babel-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-babel-examples

This are the code samples for ES6 In Depth: Using ES6 today with Babel and Broccoli.

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.

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

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

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

  • modules
  • imports
  • unit tests

Its meant to be the starting point for ambitious projects.

About

ES6 In Depth: Using ES6 today with Babel and Broccoli

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 64.7%
  • HTML 31.1%
  • Shell 4.2%