|
|
|
|
|
by theodorton
3825 days ago
|
|
From what I've come to understand, JSPM works a lot like NPM, except you can pull packages both from npm and git(hub). We're using it at our startup, and it works quite well. Had to do make a custom build script to make it fit into our Rails application. Edit: JSPM biggest strength is possibly that it supports a vast set of module loaders (AMD, CommonJS and ES6 modules). |
|
Edit: Looks like there was a ninja edit since I started typing :)