koa hbs renderer:用于Koa应用程序的Handlebars模板渲染器 源码
koa-hbs-renderer 用于应用程序的Handlebars模板渲染器。 安装 npm install --save koa-hbs-renderer 用法 views / template.hbs < p> This is a template. Isn't that {{adjective}}? index.js const Koa = require ( 'koa' ) ; const path = require ( 'path' ) ; const renderer = require ( 'koa-hbs-renderer' ) ;
文件列表
koa-hbs-renderer-master.zip
(预估有个25文件)
koa-hbs-renderer-master
.gitignore
883B
README.md
4KB
test
integration
index.spec.js
2KB
unit
get-paths.spec.js
3KB
index.spec.js
4KB
template-manager.spec.js
5KB
暂无评论