文件名称:themeleon-mustache:[已弃用] Themeleon 的 Mustache mixin
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-26 14:38:19
JavaScript
Themeleon 小胡子 mixin。 警告:不推荐使用此存储库/包,模板引擎将由 Themeleon 3.0 中的 consolidate.js 处理。 安装 在您的package.json : { " dependencies " : { " themeleon " : " 1.* " , " themeleon-mustache " : " 1.* " } } 用法 假设我们有以下主题结构: views/ foo/ bar.mustache foo.mustache index.mustache var themeleon = require ( 'themeleon' ) ( ) ; // Use the Mustache mixin themeleon . use ( 'mustache' ) ; // Or inject
【文件预览】:
themeleon-mustache-master
----.eslintrc(107B)
----index.js(3KB)
----package.json(827B)
----test()
--------test-partials.expected.html(21B)
--------index.js(1KB)
--------test-single.expected.html(13B)
--------views()
----UNLICENSE(1KB)
----.gitignore(14B)
----README.md(1KB)