文件名称:ejs:koa视图渲染中间件,支持ejs的所有功能
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-11 10:32:27
JavaScript
koa-ejs Koa ejs视图渲染中间件。 支持所有功能。 用法 例子 const Koa = require ( 'koa' ) ; const render = require ( 'koa-ejs' ) ; const path = require ( 'path' ) ; const app = new Koa ( ) ; render ( app , { root : path . join ( __dirname , 'view' ) , layout : 'template' , viewExt : 'html' , cache : false , debug : true } ) ; app . use ( async function ( ctx ) { await ctx . render ( 'user' ) ; } ) ; app .
【文件预览】:
ejs-master
----.travis.yml(57B)
----example()
--------view()
--------app.js(941B)
----LICENSE(1KB)
----test()
--------koa-ejs.test.js(3KB)
--------write-response.test.js(2KB)
----README.md(3KB)
----History.md(3KB)
----Makefile(427B)
----.editorconfig(188B)
----.gitignore(121B)
----index.js(3KB)
----package.json(801B)