hapi-hogan:Hgan.js中的Hogan.js模板

时间:2024-06-02 05:10:39
【文件属性】:

文件名称:hapi-hogan:Hgan.js中的Hogan.js模板

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-02 05:10:39

JavaScript

哈皮霍根 var Hapi = require ( 'hapi' ) , hogan = require ( 'hapi-hogan' ) server = new Hapi . Server ( ) server . connection ( { host : 'localhost' , port : 3000 } ) server . route ( { method : 'GET' , path : '/' , handler : function ( req , res ) { res . view ( 'layout' , { name : 'simo' , partials : { header : 'header' } } ) } } ) server . views ( { relativeTo : __dirname , path : './vie


【文件预览】:
hapi-hogan-master
----.travis.yml(254B)
----package.json(948B)
----test()
--------config.js(603B)
--------partials()
--------mocha.opts(32B)
--------views()
--------integration.js(2KB)
--------cache.js(2KB)
----LICENSE(1KB)
----.gitignore(117B)
----lib()
--------hapi-hogan.js(1KB)
----README.md(2KB)

网友评论