ember-lineman-todo:使用 Lineman 的 Ember Todo MVC 应用程序

时间:2024-07-07 22:47:04
【文件属性】:

文件名称:ember-lineman-todo:使用 Lineman 的 Ember Todo MVC 应用程序

文件大小:454KB

文件格式:ZIP

更新时间:2024-07-07 22:47:04

JavaScript

Lineman + Ember + TodoMVC = :red_heart: 一个将和拉在一起的小例子。 如果你还没有这样做,首先:安装 ; 接下来,安装线人: $ npm install -g lineman 要使用此示例,只需克隆到其中并运行: $ npm install $ lineman run 然后访问位于的页面以验证它是否有效。 运行测试 要运行测试,您可以执行以下两项操作之一: 在一个终端中运行 lineman run 并(在它仍在运行时)运行lineman spec ,这将启动 chrome 和与 testem 的持续交互会话。 对于一次性测试运行,首先安装 phantomjs (brew install phantomjs),然后运行lineman spec-ci这将无头运行测试


【文件预览】:
ember-lineman-todo-master
----.gitignore(168B)
----app()
--------templates()
--------js()
--------css()
--------img()
--------pages()
----package.json(264B)
----.travis.yml(60B)
----Gruntfile.js(126B)
----LICENSE.txt(1KB)
----spec()
--------helpers()
----README.md(961B)
----vendor()
--------js()
--------css()
--------img()
----config()
--------spec.json(172B)
--------files.js(1KB)
--------application.coffee(849B)
--------server.coffee(839B)
----.npmignore(168B)
----tasks()
--------.gitkeep(0B)

网友评论