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