Skip to content

isabella232/todomvc-backbone-es6

 
 

Repository files navigation

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

About

Backbone TodoMVC rewritten using ES6

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 12.0%