capaj / kan

Koa, angular boilerplate built with npm&jspm awesomness
MIT License
2 stars 0 forks source link

Great skeleton, why not ES6? #1

Open Anachron opened 9 years ago

Anachron commented 9 years ago

I think the technologies already used make this the perfect skeleton for using ES6, as both JSPM and Koa are thought to work well with it.

capaj commented 9 years ago

I wanted angular 1.x, which is not made for ES6. So you gain more by using ES5 with commonjs modules. I will create a new skeleton for ES6 with Aurelia. This one should get deprecated.