▲ Ask EJ: Best tool for Module loading on Web projects? ▼11 up and 0 down, posted by ashleynolan 3251 days ago 13 comments
codylindley 3250 days ago. link 2 points ▲ ▼You should use: https://github.com/ModuleLoader/es6-module-loader or https://github.com/systemjs/systemjs and use JSMP to load anything from npm or github. This is the choice of things like Aureila and Angular 2 To be clear, when speaking about loading we are only talking about four solutions. Webpack. Browserify. SystemJS (using es6-module-loader), or rollup.js (http://rollupjs.org/) An amazingly good course was just released on systemJS: https://www.pluralsight.com/courses/javascript-systemjs-jspm