Awesome
synthesis-demo
Usage
Running
Install external components.
./build.sh
meteor
To add a component (components are inside imports/ui/bower_components):
-
Install it as
./bower.sh install --save example-component
. -
Input component name
example-component
to 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.html
file.