UNPKG

todomvc

Version:

> Helping you select an MV\* framework

36 lines (20 loc) 1.97 kB
# Backbone.Marionette TodoMVC Example > Backbone.Marionette is a composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications. > _[Backbone.Marionette - marionettejs.com](http://marionettejs.com)_ ## Learning Backbone.Marionette The [Backbone.Marionette website](http://marionettejs.com) is a great resource for getting started. Here are some links you may find helpful: * [API Reference](https://github.com/marionettejs/backbone.marionette/tree/master/docs) * [Applications built with Backbone.Marionette](https://github.com/marionettejs/backbone.marionette/wiki/Projects-and-websites-using-marionette) * [Introduction to Composite JavaScript Apps](https://github.com/marionettejs/backbone.marionette/wiki/Introduction-to-composite-javascript-apps) * [FAQ](https://github.com/marionettejs/backbone.marionette/wiki#frequently-asked-questions) * [Backbone.Marionette on GitHub](https://github.com/marionettejs/backbone.marionette) Articles and guides from the community: * [A Thorough Introduction to Backbone.Marionette](http://coding.smashingmagazine.com/2013/02/11/introduction-backbone-marionette) * [Backbone Marionette: Better Backbone Apps](http://www.joezimjs.com/javascript/backbone-marionette-better-backbone-apps) Get help from other Backbone.Marionette users: * [Backbone.Marionette on StackOverflow](http://stackoverflow.com/questions/tagged/backbone.marionette) * [Backbone.Marionette on Twitter](http://twitter.com/marionettejs) _If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ ## Implementation This implementation of the application uses Marionette's module system. Variations using RequireJS and a more classic approach to JavaScript modules [are also available here](https://github.com/marionettejs/backbone.marionette/wiki/Projects-and-websites-using-marionette).