Installation
Typecript vs Babel
Prerequisites
npm ls -global --depth 0Install Babel
// global install
npm i babel-cli -g
babel --version
// local install
npm i babel-cli -D
node_modules/.bin/babel --version
npm i babel-preset-es2015 -DTrnspilation form terminal
Stage 0 ( all in one babel package )
Move plugin configuration to .babelrc
Quick Tip
npm run demo
Babel with Npm Scripts
Babel with gulp
Babel with webpack
Babel with browserify
Last updated