All Projects → tastejs → Todomvc Backbone Es6

tastejs / Todomvc Backbone Es6

Backbone TodoMVC rewritten using ES6

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].