question: can i make web components with polymer and bundle them to one js file?
answer: this repo!
it should hopefully work live here: http://arijus.net/polymer-experiments
npm ibower inpm start- for dev localhost:8080npm run build- creates bundles in/dist
NOTE: please run
npm run buildat least once before runningnpm start!
no framework, just components
- integration with multiple nested components;
- passing values via props to components;
- handling component events;
- styling (with
className,style) - try react-integration
- integration with multiple nested components;
- handling component events;
- styling (with
ng-style,ng-class)
- autoprefixer