Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandronanez/ember-hub
Ember.js Github Explorer + Semantic UI
https://github.com/alejandronanez/ember-hub
Last synced: 17 days ago
JSON representation
Ember.js Github Explorer + Semantic UI
- Host: GitHub
- URL: https://github.com/alejandronanez/ember-hub
- Owner: alejandronanez
- Created: 2015-01-21T03:22:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T22:10:14.000Z (over 9 years ago)
- Last Synced: 2024-10-07T02:41:20.305Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
starter-kit
===========A starter kit for Ember
Your Ember.js project is almost ready! Here's how to get started:
- Start writing your app in `js/app.js`.
- Describe your application HTML in `index.html`.
- During development, you can link to `js/libs/ember-*.js` to get the
unminified version of Ember.js.- Add CSS to `css/style.css`.
- Open `index.html` in your browser.
Tests
=====This starter kit comes with an integration test sample, written for QUnit runner.
You can run the tests by opening the `index.html?test` page in your browser.
The test is located in the `tests/tests.js` file. You can see how such an
integration test should be written, using QUnit assertions and ember-testing helpers.For more information about ember-testing package see [ember-testing](http://emberjs.com/guides/testing/integration/).
For more information about the QUnit testing framework, see [QUnit](http://qunitjs.com/).
Contact
====[www.emberjs.com](http://www.emberjs.com)