ember-load:Ember.js应用程序的应用程序加载UI

时间:2024-05-17 10:03:15
【文件属性】:

文件名称:ember-load:Ember.js应用程序的应用程序加载UI

文件大小:267KB

文件格式:ZIP

更新时间:2024-05-17 10:03:15

JavaScript

灰烬负荷 一个简单的加载指示器,同时下载静态资产并启动Ember.js应用程序。 安装附加组件 ember install ember-load 配置与使用 您可以在您的environment / config.js中自定义此插件 module . exports = function ( environment ) { var ENV = { // optional 'ember-load' : { // This is the default value, if you don't set this option loadingIndicatorClass : 'ember-load-indicator' } . . . } . . . } 然后在您的app / index.html中放置一些HTML < div


【文件预览】:
ember-load-master
----ember-cli-build.js(494B)
----testem.js(581B)
----yarn.lock(636KB)
----.eslintrc.js(1KB)
----lib()
--------try-generate-pages.sh(303B)
----.npmignore(380B)
----.ember-cli(280B)
----.travis.yml(2KB)
----config()
--------environment.js(192B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(3KB)
----addon()
--------services()
--------components()
--------.gitkeep(0B)
--------templates()
----.template-lintrc.js(62B)
----.jscsrc(73B)
----renovate.json(56B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------.eslintrc.js(77B)
--------helpers()
--------dummy()
--------acceptance()
--------unit()
----blueprints()
--------ember-load()
----.gitignore(355B)
----app()
--------initializers()
--------instance-initializers()
--------services()
--------views()
--------components()
--------.gitkeep(0B)
----index.js(71B)
----.watchmanconfig(37B)
----CHANGELOG.md(3KB)
----.eslintignore(225B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论