Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 582 Bytes

jspm.md

File metadata and controls

32 lines (19 loc) · 582 Bytes

JSPM installation notes

There are a few extra steps are required to configure jspm and install jspm packages.

First install jspm locally.

npm install jspm --save-dev

To load bower packages the bower endpoint must be installed.

npm install jspm-bower-endpoint --save-dev

Reference: https://github.com/2fd/jspm-bower-endpoint>

Add bower registry endpoint

jspm registry create bower jspm-bower-endpoint

Reference: http://stackoverflow.com/questions/34774702/how-to-make-jspm-install-bower-dependencies