Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

adaex/fis-postprocessor-tpl2js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fis-postprocessor-tpl2js

将html模板转换成js模块

安装

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

npm install fis-postprocessor-tpl2js

使用

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

About

fis-postprocessor-tpl2js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published