Skip to content

amercier/todomvc-ember-cli

Repository files navigation

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

About

TodoMVC application, written in Ember.js using Ember CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published