These notes are based on the cujo.js TodoMVC.js example, which can be found here.
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