Is there a way to use polymer's elements without the use of node. Js npm and bower?

1.4k views Asked by At

I want to know if it is possible to download some library from a link where from i can include the elements (polymer's) to my html file? Or somehow install Polymer without bower of npm from node.js?

2

There are 2 answers

0
Diyarbakir On BEST ANSWER

The answer by Sawan Patodia is correct but I'd like to add that for quick hacks or testing you could also use Polygit CDN.

Example usage:

<base href="http://polygit.org/components/">

<link href="polymer/polymer.html" rel="import">

If interested you could also view the Polycast by Rob Dodson about Polygit.

0
Sawan Patodia On

Download the zip file of the component you want to use directly from github and add the file to bower_components folder.