0.0.5 • Published 11 years ago

jade-virtualdom v0.0.5

Weekly downloads
1
License
LGPLv3
Repository
github
Last release
11 years ago

jade-virtualdom

compile jade templates to virtualdom

Heavily inspired by jade-react

Build Status Coverage Status Dependency Status

Installation

$ npm install jade-virtualdom

Usage

var fn = jadeVirtualdom('#jade.is.cool(key=somekey)=somecontent', {some: options});
var vnode = fn({key: '1', somecontent: 'locals \\o/'});
// and then render or diff the virtual dom:
var node = virtualDom.toDOM(vnode);
document.body.appendChild(node);

License

LGPLv3

Released as free software as part of ChatGrape

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago