CANVE / canve-viz

CANVE visualizer UI
3 stars 1 forks source link

Correct usage of non jspm dependencies #5

Open danielabar opened 8 years ago

danielabar commented 8 years ago

This project uses a number of dependencies that are not available as jspm packages, but are available as bower or npm.

Figure out the right way to include them in the project. I tried a jspm-bower tool but it said "bower registry not found", maybe just missing some configuration.

jspm install with npm seems to work, but the usage via import is unclear.