文件名称:Mu:Node.js Mustache模板引擎(和编译器)
文件大小:46KB
文件格式:ZIP
更新时间:2024-03-17 13:19:32
JavaScript
Mu-快速的流式Node.js Mustache引擎 警告:此版本与0.1不兼容。 安装 我的npm auth遇到了一些问题,有点麻烦了,所以现在您必须: npm install mu2 问题 当前,mu不支持更改标签形式({{}}表示<%%>)。 用法 有几种使用mu 0.5的方法。 这是最简单的: var mu = require ( 'mu2' ) ; // notice the "2" which matches the npm repo, sorry.. mu . root = __dirname + '/templates' mu . compileAndRender ( 'index.html' , { name : "john" } ) . on ( 'data' , function ( data ) { console . log ( data . to
【文件预览】:
Mu-master
----index.js(49B)
----package.json(267B)
----test()
--------run_examples_test.js(2KB)
--------bench.js(978B)
--------examples()
----test.sh(88B)
----LICENSE(1KB)
----.gitignore(144B)
----lib()
--------mu.js(5KB)
--------mu()
--------mu-cli.js(785B)
----README.md(3KB)