文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Koa
Koa art-template view render middleware. support all feature of art-template.
Install
npm install --save art-template npm install --save koa-art-template
Example
const Koa = require('koa'); const render = require('koa-art-template'); const app = new Koa(); render(app, { root: path.join(__dirname, 'view'), extname: '.art', debug: process.env.NODE_ENV !== 'production' }); app.use(async function (ctx) { await ctx.render('user'); }); app.listen(8080);
Or you can checkout the example.
Options
You can pass art-template options.
State
Support ctx.state
in koa.
Github
Home: https://github.com/aui/koa-art-template
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论