Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

MIT

About

Backbone TodoMVC rewritten using ES6

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors