Chrome打包应用中的聚合物

时间:2014-06-30 22:24:42

标签: html5 google-chrome-app polymer

Google和Polymer发布的新Material Design是最好的(如果不是唯一的)库,可以轻松创建这样的设计,是否有人使用该库开发Chrome Packaged App以获得Material Design外观它提供?目前,它由Google非常严格的CSP编写脚本块

4 个答案:

答案 0 :(得分:6)

查看Vulcanize:http://www.polymer-project.org/articles/concatenating-web-components.html

它是一种用于将HTML导入压缩到单个文件中的构建工具。它还有一个--csp选项,可将<script>移动到自己的文件中。这将使CSP感到高兴。

答案 1 :(得分:5)

我们正在Chrome Dev Editor中处理Polymer Chrome App的模板: https://github.com/dart-lang/chromedeveditor

一旦模板可用,我就会更新这个帖子。这应该会使Chrome应用中的Polymer dev变得更加容易。

答案 2 :(得分:1)

这是另一种选择。

如果您是Dart语言的忠实粉丝,可以使用https://github.com/sunglim/csp_fixer包。 该软件包具有剥离<script/>和创建外部js文件的功能。

答案 3 :(得分:1)

调查ebidel关于硫化的反应,我发现如果你不想要这么多额外的选择, polybuild 可能会更容易。

https://www.polymer-project.org/1.0/docs/tools/advanced#build

在github上也发现了这个使用vulvanize和--csp选项的项目。 https://github.com/PolymerLabs/polymerchromeapp