koa-underscore-templates:使用Koa渲染underscore.js模板

时间:2024-02-24 11:36:03
【文件属性】:

文件名称:koa-underscore-templates:使用Koa渲染underscore.js模板

文件大小:6KB

文件格式:ZIP

更新时间:2024-02-24 11:36:03

koa template-engine underscorejs koajs koa2

koa下划线模板 使用Koa渲染模板。 适用于Koa 2.x或更高版本。 入门 将此软件包添加为您的应用程序的中间件: const views = require ( 'koa-underscore-templates' ) ; app . use ( views ( __dirname + '/views' , { // optional options here... } ) ) ; 然后调用ctx.render渲染页面: app . use ( async ( ctx ) => { await ctx . render ( 'index.html' ) ; } ) ;


【文件预览】:
koa-underscore-templates-master
----.eslintrc.js(5KB)
----.travis.yml(52B)
----test()
--------views()
--------test.js(1KB)
----README.md(2KB)
----.gitignore(14B)
----index.js(2KB)
----package.json(689B)

网友评论