On 9 September 2015 at 13:18, Corneliu I. Tusnea <[email protected]> wrote: > Compared to Augular2 Aurelia simply rocks and it's so dead easy to > setup.
Aurelia looks interesting, but a quick scan through "Getting Started" [1] reveals that you need the following to, ah, get started: - node.js for the entire toolchain, - Gulp to build, - jspm or bower for front end package management, - Yeoman for scaffolding, - systemjs for client-side DI, - Babel, CoffeeScript or TypeScript for "compiling" to browser- compatible ES5/JavaScript. I have none of these things installed, yet I can start a new AngularJS project today by simply adding angular.js to my html head. Do you mean something else by "dead easy to setup"? All this sounds exactly like the JS ecosystem hell that Greg K meant. [1] http://aurelia.io/get-started.html -- Thomas Koster
