有没有办法在不使用节点的情况下使用聚合物的元素。 Js npm 和凉亭?
Is there a way to use polymer's elements without the use of node. Js npm and bower?
我想知道是否可以从 link 下载一些库,从那里我可以将元素(聚合物)包含到我的 html 文件中?或者以某种方式安装 Polymer 而无需从 node.js 获取 npm?
直接从 github 下载您要使用的组件的 zip 文件,并将文件添加到 bower_components 文件夹。
by Sawan Patodia is correct but I'd like to add that for quick hacks or testing you could also use Polygit CDN.
用法示例:
<base href="http://polygit.org/components/">
<link href="polymer/polymer.html" rel="import">
如果有兴趣,您还可以查看 Polycast by Rob Dodson about Polygit。
我想知道是否可以从 link 下载一些库,从那里我可以将元素(聚合物)包含到我的 html 文件中?或者以某种方式安装 Polymer 而无需从 node.js 获取 npm?
直接从 github 下载您要使用的组件的 zip 文件,并将文件添加到 bower_components 文件夹。
用法示例:
<base href="http://polygit.org/components/">
<link href="polymer/polymer.html" rel="import">
如果有兴趣,您还可以查看 Polycast by Rob Dodson about Polygit。