/backbone-basis-templates

Backbone plugin for Basis.js templates

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Backbone plugin for Basis.js templates

This repo is Backbone plugin for basis.js templates library.

The source in the basis.js repo. Please file issues and pull requests against that repo.

Install

Install with bower:

bower install bbt

Add a <script> to your index.html:

<script src="/bower_components/bbt/bbt.js"></script>

You also could use long name of library:

bower install backbone-basis-templates

In this case include <script> should be:

<script src="/bower_components/backbone-basis-templates/bbt.js"></script>