Bundling ..........................................................................................................................22
Unit tests..........................................................................................................................23
E2E tests .........................................................................................................................23
ASP.NET Core .....................................................................................................................24
Running in Visual Studio 2015 .........................................................................................24
Running without Visual Studio 2015 .................................................................................24
Bundling ..........................................................................................................................25
Unit tests..........................................................................................................................26
E2E (End-to-End) tests ....................................................................................................26
Exporting your bundled production version ......................................................................27
Chapter 3 ES6 and ES7 ..........................................................................................................28
Overview ..............................................................................................................................28
A look at ES6 and ES7 .........................................................................................................28
Classes ............................................................................................................................28
Scoping ...........................................................................................................................29
Template strings ..............................................................................................................30
Decorators .......................................................................................................................31
Async/await .....................................................................................................................32
Chapter 4 Skeleton Navigation..............................................................................................34
Overview ..............................................................................................................................34
Skeleton Navigation demo ....................................................................................................34
Skeleton Navigation architecture ..........................................................................................37
index.html ........................................................................................................................38
main.js .............................................................................................................................39
app.html and app.js .........................................................................................................41
nav-bar.html .....................................................................................................................42