Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.45 KB

File metadata and controls

64 lines (43 loc) · 2.45 KB

todomvc-ember-cli

Build Status Dependency Status Code Climate

TodoMVC application, written in Ember.js using Ember CLI.

The application includes:

✓ Ember v1.12
✓ HTMLBars templates with new bound attribute syntax
✗ (not implemented yet) Ember components
✓ Unit and end-to-end tests using QUnit and Testem. Also available with Mocha: checkout mocha branch
✓ Continuous Integration setup with Travis CI
✗ (not implemented yet) Code coverage analysis with Istanbul

Live demos

App (development mode)
Tests

Installation

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

Running / Development

Running Tests

  • npm test
  • npm run test-server

Building

  • npm run build (production)
  • npm run build-dev (development)

Further Reading / Useful Links