文件名称:EmberServiceSimpleTest:简单的Ember.js服务程序
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-08 10:00:08
JavaScript
服务测试
这是上的Ember Services教程。 这个程序有一个非常简单的Ember服务。 该服务返回一个字符串,并在按下按钮后显示在应用程序模板中。
先决条件
您需要在计算机上正确安装以下物品。
(带有NPM)
安装
git clone
【文件预览】:
EmberServiceSimpleTest-master
----.gitignore(247B)
----README.md(1KB)
----ember-cli-build.js(805B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(112B)
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(980B)
----app()
--------components()
--------routes()
--------services()
--------router.js(195B)
--------app.js(420B)
--------models()
--------helpers()
--------styles()
--------index.html(634B)
--------templates()
--------initializers()
--------controllers()
----.jshintrc(518B)
----bower.json(494B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----config()
--------environment.js(1KB)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)