文件名称:ember-cli-amp:使用ember应用程序和Fastboot呈现有效的Google的“加速的移动页面”项目(AMP)页面
文件大小:51KB
文件格式:ZIP
更新时间:2024-05-28 17:01:12
JavaScript
余烬 此插件使您可以使用ember应用程序和Fastboot渲染有效的Google的“(AMP)页面。 用法 首先,安装插件: ember install ember-cli-amp 然后,为了使页面呈现有效的AMP,您必须: 将amp选项添加到ember-cli-build.js 在ember-cli-build.js编辑outputPaths 添加或更新head.hbs模板以使放大器部分呈现 将amp选项添加到ember-cli-build.js ember-cli-amp扩展了ember build过程,以在构建输出目录中写入有效的AMP HTML文件,并在其中插入AMP css(由于AMP对外部链接的样式表的限制)。 为此,您需要指定选项以告诉它从哪个CSS文件读取AMP CSS以及用于生成的AMP HTML文件的文件名。 在ember-cli-build.js文件
【文件预览】:
ember-cli-amp-master
----.jshintrc(518B)
----ember-cli-build.js(581B)
----testem.js(237B)
----bower.json(189B)
----lib()
--------css_validator.js(1KB)
--------css_injector.js(596B)
--------amp_validator.js(315B)
----.npmignore(192B)
----.ember-cli(280B)
----.travis.yml(734B)
----config()
--------environment.js(111B)
--------ember-try.js(946B)
----test()
--------fastboot-add-extension-test.js(1KB)
--------.jshintrc(38B)
--------utils()
--------fastboot-shoebox-test.js(1KB)
--------fixtures()
--------build-options-test.js(1KB)
--------fastboot-test.js(2KB)
--------css-validation-test.js(1KB)
--------simple-test.js(667B)
----LICENSE.md(1KB)
----README.md(10KB)
----addon()
--------services()
--------utils()
--------components()
--------helpers()
--------templates()
----.bowerrc(60B)
----ext()
--------amp-index-template.html(1KB)
--------amp-css-validator-template.html(1KB)
----.editorconfig(543B)
----tests()
--------integration()
--------.jshintrc(831B)
--------index.html(1017B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------acceptance()
--------unit()
----.gitignore(247B)
----app()
--------services()
--------components()
--------helpers()
--------templates()
----index.js(4KB)
----.watchmanconfig(37B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)