文件名称:co-list:Ember-cli 列表插件
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-19 09:07:51
JavaScript
共同名单 Co-list 是一个非常简单的 Ember-cli 列表组件。 这仍在开发中,API 或功能都没有完成或稳定。 安装 npm install --save-dev ember-cli-co-list 有可能的使用 简单循环 // assuming someCollection = [1, 2, 3] < ul> { { # co - list collection = someColletion as | item | } } < li> { { item } } < / li > { { / co - list } } < / ul > 这应该产生三个带有数字 1、2 和 3 的
【文件预览】:
co-list-master
----.travis.yml(245B)
----.ember-cli(280B)
----testem.json(145B)
----vendor()
--------.gitkeep(0B)
----addon()
--------components()
----config()
--------environment.js(129B)
----index.js(85B)
----package.json(1KB)
----Brocfile.js(710B)
----.bowerrc(60B)
----tests()
--------test-helper.js(449B)
--------index.html(1KB)
--------unit()
--------dummy()
--------.jshintrc(1KB)
--------helpers()
----app()
--------templates()
--------components()
----LICENSE.md(1KB)
----.gitignore(247B)
----README.md(2KB)
----.jshintrc(518B)
----bower.json(579B)
----.editorconfig(514B)