0.1.0 • Published 11 years ago

tr-domify v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

tr-domify

Browserify transform module for requiring html files through domify.

Usage

With npm do:

npm install tr-domify

This will also install domify as a peerDependency.

Then in your browser code you can do:

var template = require('./templates/example.html');
var el = template.cloneNode(true);

so you get a DOM object you can clone, ready to insert into the DOM.

To know more about Browserify transforms

https://github.com/substack/node-browserify#btransformopts-tr