Sha256: d6ec8e8a19dae07d971cca40f41764989be4e5f92a2eb445312b347bdfe94942
Contents?: true
Size: 987 Bytes
Versions: 2
Compression:
Stored size: 987 Bytes
Contents
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)
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
snowman-io-0.0.4 | lib/snowman-io/api/public/README.md |
woyo-server-0.0.9 | public/server/ember-1.6.1-kit/README.md |