koa art-template高性能模板引擎的使用

2018-11-22  本文已影响0人  阿水日记

使用文档http://aui.github.io/art-template/koa/
语法文档http://aui.github.io/art-template/zh-cn/docs/syntax.html

1.安装

npm install art-template koa-art-template -S --registry=http://registry.npm.taobao.org

2.配置

render(app, {
    root: path.join(__dirname, 'views'),
    extname: '.html',
    debug: process.env.NODE_ENV !== 'production'
  });

3.渲染

 await ctx.render('index', { title:'lqs' })
上一篇下一篇

猜你喜欢

热点阅读