文件名称:hoffman:用于express的dust.js视图引擎
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-05 01:26:32
JavaScript
霍夫曼 用于视图引擎。 用法 霍夫曼可通过 npm 安装 npm i hoffman 在 app.js 中 var hoffman = require('hoffman'); app.set('views', path.join(__dirname, 'templates')); // path to your templates app.set('view engine', 'dust'); app.engine('dust', hoffman.__express()); // works with caching app.set('view cache', true); // optionally load all templates into dust cache on server start hoffman.prime(app.settings.views); 渲染 按名称
【文件预览】:
hoffman-master
----.travis.yml(38B)
----.eslintrc(540B)
----index.js(2KB)
----.jsbeautifyrc(402B)
----package.json(985B)
----test()
--------index.js(4KB)
--------templates()
----gulpfile.js(572B)
----gulp()
--------beautify.js(854B)
--------eslint.js(447B)
----LICENSE(1KB)
----.npmignore(21B)
----.gitignore(21B)
----README.md(2KB)