Articles by tag: javascript


Configuring Babel 6.0

Today we’ll be configuring Babel 6.0, a Javascript transpiler that allows you to write ES6 (and beyond) code. Babel transpiles files into vanilla ES5 which can be used in any major browser (or Node.js). Here’s how to get started.

Getting Started with the MEAN Stack and Angular 2.0 (with ES6/ES2015)

24 April 2016: Update to [email protected]
9 April 2016: Fix call to wrong method which was causing a runtime error
17 March 2016: Update to [email protected] (dependencies updated as well)