Skip to content

Instantly share code, notes, and snippets.

View skiadas's full-sized avatar

Haris Skiadas skiadas

  • Hanover College
  • Hanover, IN, USA
View GitHub Profile
@skiadas
skiadas / TodoMVC_Cujojs_Notes.markdown
Created June 10, 2013 16:59
A somewhat detailed description on Cujo.js's implementation of the TodoMVC.js example.

These notes are based on the cujo.js TodoMVC.js example, which can be found here.

Required package specification using bower

Bower offers a simple way to handle the downloading and managing of required packages. It is controlled via the bower.json file. That file needs to specify name and version for our app, and to list the dependencies and their versions.

You can use:

bower install