0.1.0 • Published 12 years ago
tower-template v0.1.0
Tower Template
Client-side reactive templates (just plain DOM node manipulation, no strings).
Installation
$ component install tower/template
Example
var template = require('tower-template');
var element = document.querySelector('#todos');
var fn = template(element);
fn({ some: 'data' }); // applies "scope" (data) to DOM directives.
Running Tests
For client-side testing, build:
$ component install -d
$ component build -d
Then view test/index.html
in the browser:
open test/index.html
Notes
License
MIT