jspm, jQuery Plugins, and ES6

#aurelia#jspm#jquery-plugins#es6#jquery

jspm is a new package manager for JavaScript fornt-ends that comes with a universal module loading system. It integrates nicely with npm by adding a `jspm` property to the `package.json` that specifies what the jspm dependencies are. Mine looks like this:

Read More