1.0.0 • Published 8 years ago

fis3-preprocessor-hxq-template-replace v1.0.0

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

fis3-preprocessor-hxq-template-replace

好学区编译 html 模板插值,fis3 组件

使用方式

fis-config.js 文件里配置

fis.match('*.html', {
    preprocessor: [
        fis.plugin('hxq-template-replace')
    ]
});
1.0.0

8 years ago