Install external components.
./build.sh
meteorTo add a component (components are inside imports/ui/bower_components):
-
Install it as
./bower.sh install --save example-component. -
Input component name
example-componentto importexample-component/example-component.html. If you want to import something else (for eg behavior/script/css) skip this step by pressing enter and then manually add it to theimports/ui/imports.htmlfile.