koa2-arttemplate

1.1.6 • Public • Published

方便使用arttemplate, 有问题可以提issues

如何使用

const template = require('koa2-arttemplate')

app.use(template('views'), {
  extname: '.html'
})

app.use(ctx => {
  ctx.render('index', {
    title: 'title'
  })
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.6
    1
    • latest

Version History

Package Sidebar

Install

npm i koa2-arttemplate

Weekly Downloads

1

Version

1.1.6

License

MIT

Last publish

Collaborators

  • raysix900202