Ember.js - A JavaScript framework for creating ambitious web applications
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin Don't publish to s3 on tags Aug 28, 2018
blueprints remove double ending line Jul 11, 2018
broccoli Write package.json to ES package builds Aug 29, 2018
config Re-run prettier to correct invalid configuration. Mar 30, 2018
generators [DOC] Update license year Dec 31, 2017
lib Remove references to unused dist/ember-runtime.js Aug 18, 2018
node-tests remove double ending line Jul 11, 2018
packages Merge pull request #16934 from btecu/cleanup Sep 2, 2018
server Remove remaining JSHint/JSCS files Jan 4, 2017
tests Fix detached travis builds Jul 13, 2018
.codeclimate.yml Add codeclimate config Jan 5, 2018
.editorconfig sync .editorconfig with default new app Jun 12, 2017
.eslintignore Add eslint-plugin-import to validate imports. May 18, 2018
.eslintrc.js Fix eslint errors Aug 29, 2018
.gitattributes Adds .gitattributes file to remove any concerns about collaborators h… Apr 1, 2016
.gitignore Fix .gitignore and actually add @ember/debug files 😩 Apr 19, 2018
.prettierrc.js Add prettier configuration to eslint. Mar 29, 2018
.travis.yml Tweak CI yarn install. Aug 31, 2018
.watchmanconfig many build tool upgrades: Jun 7, 2015
CHANGELOG.md Add v3.5.0-beta.1 to CHANGELOG Aug 28, 2018
CODE_OF_CONDUCT.md Use https in references to emberjs website May 20, 2017
CONTRIBUTING.md Move ember-runtime to @ember/-internals/runtime Aug 29, 2018
FEATURES.md update guides link Jun 9, 2018
LICENSE [DOC] Update license year Dec 31, 2017
README.md Give credit to BrowserStack in Readme Jan 5, 2018
RELEASE.md Move feature definition directly into @ember/canary-features. Apr 19, 2018
STYLEGUIDE.md Code cleanup based on ESLint warnings Nov 11, 2016
d8-app.js Re-run prettier to correct invalid configuration. Mar 30, 2018
d8-runner.js Re-run prettier to correct invalid configuration. Mar 30, 2018
ember-cli-build.js Filter nested internals tests from final builds Aug 29, 2018
index.html es6 Mar 26, 2018
package.json Merge pull request #16895 from emberjs/remove-ember-runtime-dist Aug 29, 2018
rollup.config.js Re-run prettier to correct invalid configuration. Mar 30, 2018
testem.dist.js Ensure tests are run against Chrome 41 Jun 18, 2018
testem.json Remove phantomjs infrastructure. Nov 29, 2017
testem.travis-browsers.js Re-run prettier to correct invalid configuration. Mar 30, 2018
tsconfig.json Fix incorrect merging of TS output + rootDir. Mar 29, 2018
tslint.json Add prettier configuration to tslint. Mar 30, 2018
yarn.lock Sync yarn.lock. Aug 31, 2018
yuidoc.json Move container to @ember/-internals/container Aug 29, 2018

README.md

Build Status Code Climate Build 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.

Contribution

See CONTRIBUTING.md


Cross-browser testing provided by:

BrowserStack