ember-quine:Ember插件,用于将应用程序构建为自包含HTML文件

时间:2024-02-25 14:49:38
【文件属性】:

文件名称:ember-quine:Ember插件,用于将应用程序构建为自包含HTML文件

文件大小:210KB

文件格式:ZIP

更新时间:2024-02-25 14:49:38

javascript ember-cli ember emberjs ember-addon

余烬 quine是一种计算机程序,不输入任何内容,仅生成其自身源代码的副本作为其唯一输出。 Ember Quine是一个Ember插件,可让Ember应用程序作为脱机运行(通过file:// URI)的单个HTML文件自我下载。 通过演示可以最好地理解这一点。 访问并进行操作。 兼容性 Ember.js v3.4或更高版本 Ember CLI v2.13或更高版本 Node.js v8或更高版本 安装 ember install ember-quine 默认情况下,所有JS和CSS资产都被编译到最终的index.html文件中。 要禁用此功能(出于开发目的),请将以下内容添加到confi


【文件预览】:
ember-quine-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(883B)
----vendor()
--------.gitkeep(0B)
----addon()
--------index.js(84B)
--------services()
--------utils()
--------.gitkeep(0B)
----config()
--------ember-try.js(2KB)
--------deploy-prep-config.bash(136B)
--------environment.js(90B)
----index.js(3KB)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----snippets()
--------download-button.js(239B)
--------pre-compilation.html(131B)
--------post-compilation.html(224B)
----app()
--------services()
--------.gitkeep(0B)
----testem.js(556B)
----CONTRIBUTING.md(657B)
----.npmignore(411B)
----.eslintrc.js(1KB)
----.template-lintrc.js(62B)
----deploy.sh(6KB)
----LICENSE.md(1KB)
----.gitignore(369B)
----README.md(4KB)
----yarn.lock(421KB)
----.eslintignore(240B)
----.editorconfig(368B)

网友评论