WIP
npm install htmltemplate-vdomHTML::Template engine on top of virtual-dom.
# will output compiled template
htmltemplate-vdom --path test/basic/template.tmpl
# will output compiled template and html using provided data
htmltemplate-vdom --path test/basic/template.tmpl --run test/basic/env.jsUse npm run precompile to precompile example template.
node example/server/index.jsNot recommended, requires full parser and escodegen on the client.
npm install
webpack
open example/client/index.html# npm install mocha -g
npm test