文件名称:ember-hoodie:使用Hoodie构建出色的离线优先Ember应用程序!
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-06 15:13:21
JavaScript
连帽衫 与Ember.js无缝使用连帽衫 正在安装 npm install -S ember-hoodie 用法 // app/application/controller.js import Ember from 'ember' ; const { Controller , inject : { service } } = Ember ; export default Controller . extend ( { hoodieAccount : service ( 'hoodie-account' ) , actions : { signIn ( username , password ) { this . get ( 'hoodieAccount' ) . signIn ( { username , password } ) ; } ,
【文件预览】:
ember-hoodie-master
----.travis.yml(825B)
----.ember-cli(280B)
----ember-cli-build.js(527B)
----vendor()
--------.gitkeep(0B)
----blueprints()
--------ember-hoodie()
--------.jshintrc(55B)
----addon()
--------index.js(59B)
--------adapters()
--------services()
--------.gitkeep(0B)
----config()
--------ember-try.js(946B)
--------environment.js(111B)
----index.js(2KB)
----.watchmanconfig(37B)
----package.json(2KB)
----.github()
--------first-timers.yml(128B)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(1017B)
--------unit()
--------dummy()
--------integration()
--------.jshintrc(831B)
--------helpers()
----app()
--------adapters()
--------services()
--------.gitkeep(0B)
----testem.js(237B)
----.npmignore(192B)
----LICENSE.md(1KB)
----.gitignore(265B)
----README.md(2KB)
----.jshintrc(518B)
----bower.json(157B)
----.editorconfig(543B)