1.0.8 • Published 6 years ago

vtpl-express v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

vtpl-express

当前版本:1.0

ValleyTpl 应用于 Express 的插件

版本要求

  • NodeJS > 8.0
  • ValleyTpl > 1.1.2
  • Express > 4.0

使用

安装

npm i --save vtpl-express

使用

app.set('view engine', 'vtpl');
app.set('views', './views');
app.set('view encoding', 'utf-8'); // 设定文件编码格式
app.set('view cache', true); // 设定是否使用cache

app.get('/', function(req, res){
  res.render(tpl, data, filters);
});

依赖

valley-tpl

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago