fis-parser-tptmpl2utc
v1.0.1
Published
Convert thinkphp template to underscore template
Downloads
4
Maintainers
Readme
fis-parser-tptmpl2utc
Convert thinkphp template to underscore template.
use
npm install --save fis-parser-tptmpl2utc
settings
fis.match('**.tmpl.tpl', {
// utc编译
parser: fis.plugin('tptmpl2utc'), // 启用fis-parser-tptmpl2utc插件
isJsLike: true, // 只是内嵌,不用发布
isMod: false,
release: false
}, true);