Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 319 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 319 Bytes

fis-postprocessor-tpl2js

将html模板转换成js模块

安装

支持全局安装和局部安装,根据自己的需求来定。

npm install fis-postprocessor-tpl2js

使用

fis.match('*.tpl', {
    postprocessor: fis.plugin('tpl2js'),
    isHtmlLike: true,
    rExt: '.js'
});