This repo is basis.js
template and l10n modules as standalone library. It is useful to use with libraries other than basis.js
, like backbone.js
, jQuery
and so on.
Library consists of those modules:
- basis core
- basis.event
- basis.dom.event
- basis.l10n
- basis.template
- basis.template.html
- basis.template.htmlfgen
The source in the basis.js
repo. Please file issues and pull requests against that repo.
Install with bower
:
bower install basis-templates
Add a <script>
to your index.html
:
<script src="/bower_components/basis-templates/basis-templates.js"></script>