0.0.2 • Published 8 years ago

fis-parser-tpl2js v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

fis-parser-tpl2js

将html模板转换成js模块

安装

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

npm install fis-parser-tpl2js

使用

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

8 years ago