Javascript模板引擎Juicer.zip

时间:2022-08-08 01:27:32
【文件属性】:
文件名称:Javascript模板引擎Juicer.zip
文件大小:49KB
文件格式:ZIP
更新时间:2022-08-08 01:27:32
开源项目 Juicer 是一个高效、轻量的前端 (Javascript) 模板引擎,效率和易用是它追求的目标。 除此之外,它还可以运行在 Node.js 环境中。 示例模板: {@each list as item,index} {@if index===3} the index is 3, the value is ${item.prop} {@else if index === 4} the index is 4, the value is ${item.prop} {@else} the index is not 3, the value is ${item.prop} {@/if} {@/each} 标签:Juicer
【文件预览】:
Juicer-master
----bin()
--------juicer(5KB)
----HISTORY.md(3KB)
----package.json(604B)
----test()
--------yui-wrapper()
--------unit()
--------juicer.html(1KB)
--------nodejs()
----src()
--------expressjs-wrapper()
--------yui-wrapper()
--------juicer.js(20KB)
----LICENSE.md(1KB)
----.gitignore(31B)
----README.md(8KB)
----bower.json(354B)
----build()
--------expressjs-wrapper()
--------yui-wrapper()
--------juicer-min.js(9KB)

网友评论