tower-template

0.1.0 • Public • Published

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

Bitdeli Badge

Readme

Keywords

none

Package Sidebar

Install

npm i tower-template

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • viatropos