Building ES6 Browser Apps w/ Grunt and Babel

preview_player
Показать описание

ES6 (ES2015) is the new standard for JavaScript with a lot of great additions to the language. But it's not obvious how you can take advantage of these updates.

In this episode, you'll learn how to build ES6 (ES2015) apps for browsers, using Babel and Grunt to automate the entire process. From compiling the code to something the browser can use, to bundling it in to a single output file, to automating the entire flow, you'll learn how to use ES6 features in today's browsers!
Рекомендации по теме
Комментарии
Автор

14:48 Is there any significance to the difference in capitalization on line 1 of www/app/src/index.js?

humilityconsulting
Автор

This video helped me to set ES6 features with grunt-babel into my existing project, thanks :D good stuff.

julianmay
Автор

Are you using NERDtree on the left of your vim, or some other plugin, or just a native feature of vim?

humilityconsulting
Автор

How do you config your server? Is there another episode to introduce the backend?

soarinblue
Автор

Pretty brilliant, although I'd have kept the original files and source maps in the public directory so I can debug. Also have you seen babelify? What do you make of that?

DanDart