Giter Site home page Giter Site logo

loringdodge / ember.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emberjs/ember.js

0.0 2.0 0.0 17.8 MB

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

Home Page: http://www.emberjs.com

License: MIT License

JavaScript 99.71% Ruby 0.23% Shell 0.06%

ember.js's Introduction

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. Then visit http://localhost:4200/. This will run all tests.

  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

ember.js's People

Contributors

stefanpenner avatar wagenet avatar rwjblue avatar wycats avatar ebryn avatar krisselden avatar machty avatar trek avatar tricknotes avatar jtaby avatar lukemelia avatar mixonic avatar joliss avatar tomdale avatar pangratz avatar teddyzeenny avatar twokul avatar hjdivad avatar mmun avatar ef4 avatar tchak avatar bmac avatar fivetanley avatar jayphelps avatar bradleypriest avatar digitaltoad avatar dgeb avatar jbrown avatar eventualbuddha avatar cibernox avatar

Watchers

James Cloos avatar Loring Dodge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.