Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.02 KB

Backbone TodoMVC + ECMAScript 6

This repo contains an implementation of the Backbone TodoMVC app rewritten to use ES6 modules, classes and other features. Using the Traceur compiler, we're able to use these features in today's browsers with it being dynamically interpreted at runtime.

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/todo-app.js js/app.js
  • Update the docs directory

License

MIT