ember.Todos:基于 ember-cli-todos 的 todoMVC 变体

时间:2024-06-30 08:17:29
【文件属性】:

文件名称:ember.Todos:基于 ember-cli-todos 的 todoMVC 变体

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-30 08:17:29

JavaScript

ember.Todos 这是 todoMVC 测试应用程序的一个变体,使用 ember-cli/ember-cli-todos 作为起点。 原始项目见 。 在这个项目启动时,Ember 正处于快速转型的状态。 我想这对于 Ember 的所有生命来说都是如此。 但目前,在 1.11.1 和 1.12.x beta 版本中,该项目正在摆脱过去的惯例,并批发进入 ES6 组件范式。 因此,这里的代码几乎完全基于组件。 要了解 Ember 约定在短短几年内发生了多少变化,请比较 todomvc.org 站点上的代码: 重大变化包括: o ember-cli has now officially replaced EAK as the prototype build tool o handlebars is replaced by htmlbars as the default temp


【文件预览】:
ember.Todos-master
----.jshintrc(518B)
----public()
--------crossdomain.xml(603B)
--------robots.txt(41B)
----bower.json(496B)
----.ember-cli(280B)
----.travis.yml(265B)
----config()
--------environment.js(1KB)
----README.md(3KB)
----.bowerrc(60B)
----testem.json(170B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(960B)
--------test-helper.js(112B)
--------helpers()
--------unit()
----.gitignore(247B)
----Brocfile.js(708B)
----app()
--------index.html(614B)
--------initializers()
--------views()
--------models()
--------styles()
--------adapters()
--------controllers()
--------components()
--------helpers()
--------app.js(420B)
--------templates()
--------application()
--------router.js(186B)
--------routes()
----package.json(975B)
----vendor()
--------.gitkeep(0B)

网友评论