Skip to content

Ember.js - A JavaScript framework for creating ambitious web applications

License

Notifications You must be signed in to change notification settings

fortranlee/ember.js

This branch is 14508 commits behind emberjs/ember.js:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 7, 2014
Dec 22, 2014
Dec 28, 2014
Jan 1, 2014
Dec 24, 2014
Dec 27, 2014
Apr 22, 2012
Oct 2, 2014
Dec 23, 2014
May 13, 2014
Jul 21, 2014
Dec 13, 2014
Jan 7, 2013
Dec 25, 2014
Sep 26, 2014
Dec 22, 2014
Dec 24, 2014
Dec 24, 2014
Aug 1, 2014
Dec 19, 2014
Dec 8, 2014
Dec 28, 2014
Jan 1, 2014
Dec 21, 2014
Dec 9, 2014
Dec 10, 2014
Dec 28, 2014
Dec 28, 2014
Dec 28, 2014
Dec 24, 2014
Nov 14, 2014

Repository files navigation

Ember.js Build Status Code Climate

Ember.js is a JavaScript framework that does all of the heavy lifting that you'd normally have to do by hand. There are tasks that are common to every web app; Ember.js does those things for you, so you can focus on building killer features and UI.

Building Ember.js

  1. Ensure that Node.js is installed.
  2. Run npm install to ensure the required dependencies are installed.
  3. Run npm run build to build Ember.js. The builds will be placed in the dist/ directory.

Contribution

See CONTRIBUTING.md

How to Run Unit 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.

Building API Docs

The Ember.js API Docs provide a detailed collection of methods, classes, and viewable source code.

NOTE: Requires node.js to generate.

See http://emberjs.com/ for annotated introductory documentation.

Setup Additional Repos

To preview or build the API documentation, you will need to setup the website and data repos in addition to this repo.

  • Clone https://github.com/emberjs/website.git at the same level as the main Ember repo.

  • Clone https://github.com/emberjs/data.git at the same level as the main Ember repo. Make sure to follow the setup steps in the Ember Data repo, which includes installing npm modules.

Preview API documentation

Build API documentation

  • From the website repo, run bundle exec rake build

  • The website, along with documentation, will be built into the build directory

About

Ember.js - A JavaScript framework for creating ambitious web applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%