Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1006 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 1006 Bytes

Backbone TodoMVC + ECMAScript 6

This repo contains an implementation of the Backbone TodoMVC app tweaked to use the new Angular 2.0 dependency injection framework. It is based on the ES6 version of the app.

Run index.html on a server to try out the app, or read docs/app.html for the literate Docco version.

Preview

Bower

This repository uses Bower and a checked in version of bower_components for dependencies. To update dependencies to the latest version run bower update.

Docco compilation

  • npm install -g docco
  • docco js/app.js
  • Update the docs directory

License

MIT