kontulai/ember3


Language: JavaScript


Ember.js Build Status Code Climate Slack

Sauce Test Status

Ember.js is a Javascript framework that greatly reduces the time, effort and resources needed to build any web application. It is focused on making you, the developer, as productive as possible by doing all the common, repetitive, yet essential, tasks involved in most web development projects.

Ember.js also provides access to the most advanced features of Javascript, HTML and the Browser giving you everything you need to create your next killer web app.

Building Ember.js

npm install troubleshooting

If you encounter a problem with downloading dependencies like:

npm ERR! registry error parsing json

consider upgrading npm with:

npm install -g npm@latest

You can find more information in Upgrading on *nix (OSX, Linux, etc.) npm wiki page.

Contribution

See CONTRIBUTING.md

How to Run Unit Tests

Pull requests should pass the Ember.js unit tests. Do the following to run these tests.

  1. Follow the setup steps listed above under Building Ember.js.

  2. To start the development server, run npm start.

  3. To run all tests, visit http://localhost:4200/.

  4. To test a specific package, visit http://localhost:4200/tests/index.html?package=PACKAGE_NAME. Replace PACKAGE_NAME with the name of the package you want to test. For example:

To test multiple packages, you can separate them with commas.

You can also pass jquery=VERSION in the test URL to test different versions of jQuery.

From the CLI

  1. Install phantomjs from http://phantomjs.org.

  2. Run npm test to run a basic test suite or run TEST_SUITE=all npm test to run a more comprehensive suite.

From ember-cli

  1. ember test --server
  2. connect the browsers you want
  3. if phantom didn't connect automatically, you can run ./bin/connect-phantom-to <optional-port>

To run a specific browser, you can use the --launch flag

  • ember test --server --launch SL_Firefox_Current
  • ember test --launch SL_Firefox_Current

Project Statistics

Sourcerank 1
Repository Size 28.3 MB
Stars 0
Forks 0
Open issues 0
Dependencies 0
Contributors 394
Tags 0
Created
Last updated
Last pushed

Top Contributors See all

Robert Jackson Stefan Penner Peter Wagenet Yehuda Katz Kris Selden Erik Bryn Matthew Beale Martin Muñoz Alex Matchneer Trek Glowacki Edward Faulkner Ryunosuke Sato Tom Dale Godfrey Chan Alex Navasardyan Majd Taby Luke Melia Dan Gebhardt Stanley Stuart Jo Liss

Something wrong with this page? Make a suggestion

Last synced: 2017-02-18 08:20:47 UTC

Login to resync this repository