0
votes

At the moment I want to create a small web application with Polymer. For the main UI I want to use the paper elements and as long as version 0.5 was actual we were able to download all these elements from the website and use them in our project. Now with version 1.0 if I look at the Polymer website there is only an install introduction with bower. I'm on windows so I have no real installation of bower and python. Is there a way to downloads the elements manually? If I look at the Polymer GitHub page I only see a bower.json file but I want to download the elements direcly.

2
It's possible to use bower in Windows (but it's not quite as easy as in linux or osx). It doesn't depend on python, but you need node.js and npm installed locally.Håken Lid

2 Answers

1
votes

You could still download them by visiting the Paper elements project page at https://elements.polymer-project.org/browse?package=paper-elements

enter image description here

Click on the <> icon to navigate to the Github page and then click on Download ZIP in bottom right to download the element.

1
votes

Yes. You can get them from this location: https://github.com/PolymerElements/