我想在像JSFiddle或JavaScript Bin这样的沙箱中创建Polymer元素的快速原型,但是我无法让它工作!
是的,你可以,多亏了多元文章.
这是一个可以分叉的样板示例:https://jsfiddle.net/kaycebasques/2q3fqehz/
HTML:
polyfiddle
JS:
// only need this when in the main document and on non-Chrome addEventListener('WebComponentsReady', function() { Polymer({ is: 'x-example' }); });