Polymer 1.0 is released recently and I can download the elements à la carte at the elements.polymer-project.org site, but I can't find an easy link to download everything in one big zip file?
Any idea where they are hiding it?
Polymer 1.0 is released recently and I can download the elements à la carte at the elements.polymer-project.org site, but I can't find an easy link to download everything in one big zip file?
Any idea where they are hiding it?
You can download the Polymer Starter Kit for beginners that includes almost all the elements.
And download the missing elements as a ZIP file as suggested here.
Missing elements:
If you are using bower run these commands:
bower install --save PolymerElements/iron-elements
bower install --save PolymerElements/paper-elements
bower install --save PolymerElements/gold-elements
bower install --save PolymerElements/neon-elements
bower install --save PolymerElements/platinum-elements
bower install --save GoogleWebComponents/google-web-components
bower install --save PolymerElements/app-elements
You can download a set of components as a ZIP file as suggested here.
Follow these steps to download all of the current catalog elements as a single ZIP file:
Note: Keep in mind that if you choose this method (ZIP file) you will have to manage dependency updates on your own. It is recommended that you use bower instead.