fis-postprocessor-template

1.0.0 • Public • Published

fis-postprocessor-template

html 中 增加对 underscore 模板语言的支持

Example

Before

<%var menu =1%>

<ul>
    <li><label>用户行为</label></li>
    <li><a href="1.html" class="<%if(menu==1){%>active<%}%>">数据量级监控</a></li>
    <li><a href="2.html" class="<%if(menu==2){%>active<%}%>">数据格式监控</a></li>
</ul>

After

<ul>
    <li><label>用户行为</label></li>
    <li><a href="1.html" class="active">数据量级监控</a></li>
    <li><a href="2.html" class="">数据格式监控</a></li>
</ul>

Readme

Keywords

Package Sidebar

Install

npm i fis-postprocessor-template

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jian263994241