See the component page for more information.
We've put together a guide for highcharts-basicline to help get you rolling.
- Create folder
component
using commandmkdir component && cd $_
- Clone repository using
git clone ...
command insidecomponent
folder - Run
npm install
for installinggrunt
and his contrib libraries - Run
bower install
for installind dependencies for reusable element- All dependencies stored inside
component
folder, not in folder with component
- All dependencies stored inside
- Run command
grunt test
and in browser tou will see what all tests passed
- Run command
grunt demo
and you will see polymer component for highcharts baseline in action!