UNPKG
egg-view-xtpl
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
egg view plugin for xtemplate
github.com/eggjs/egg-view-xtpl
eggjs/egg-view-xtpl
egg-view-xtpl
/
app.js
6 lines
(4 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
app
=>
{ app.
view
.
use
(
'xtpl'
,
require
(
'./lib/view'
)); };