Contents tagged with jspm
-
Install JSPM packages from the local file system during development
NPM has npm install <folder>. JSPM requires more work. Link a project... cd <project-root> jspm link github:some/[email protected] -y ...then install from that link cd <other-project- … more