文件名称:ember-redux-example:由Redux支持的Ember应用程序的最简单的演示
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-03 22:08:08
JavaScript
在Ember中使用Redux有多容易?
相当容易。 这个超级简单的演示提供了一个可以递增和递减的计数器。
它由与应用路由器同步的Redux存储支持。
安装
git clone
【文件预览】:
ember-redux-example-master
----.gitignore(247B)
----README.md(454B)
----ember-cli-build.js(805B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(329B)
----tests()
--------test-helper.js(112B)
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(1002B)
----app()
--------router.js(195B)
--------app.js(420B)
--------application()
--------styles()
--------index.html(656B)
--------stores()
----.jshintrc(518B)
----bower.json(473B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----config()
--------environment.js(1KB)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)