Angular1-scaffold
Angular1-scaffold copied to clipboard
Migrated to Webpack3
for anyone interested:
I have migrated to webpack 3 + typescript: https://github.com/jbadeau/Angular1-scaffold
and webpack 2 + es6: https://github.com/jbadeau/Angular1-scaffold/tree/es6
please not that i replaced sass with less but thats all I really changed
PR more than welcome mister :)
Will provide:
webpack 3 + babel (if u could create a babel branch) webpack 3 + typescript
pull requests tonight
I also have mobx, redux and ngrx branches if you are interested. We heavily use ng-metadata to migrate our existing angularjs apps to angular and in some cases (with mobx) saw no reason to migrate at all.
@jbadeau I am interested in how you got mobx to work, could you provide some hints or describe what you did to get it all working?
much appreciated!