0.0.5 • Published 10 years ago

jade-virtualdom v0.0.5

Weekly downloads
1
License
LGPLv3
Repository
github
Last release
10 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

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago