Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Typescript ES6 Cross-Browser Recipe #62

Closed brettveenstra closed 7 years ago

brettveenstra commented 8 years ago

Typescript (targeting ES6 so you get clean async/await) setup that uses Bluebird that can run on Edge, IE, FF & Chrome with JSPM or WebPack

Vheissu commented 8 years ago

I think this is a great thing to add. There are advantages to compiling to ES6 and then using Babel as the second step.

Vheissu commented 7 years ago

This is what the official skeleton offers. The book will make mention of this, if this is the desired approach.