Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 293 Bytes

fis-parser-tpl2js

将html模板转换成js模块

安装

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

npm install fis-parser-tpl2js

使用

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