文件名称:include_html_watcher
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-06 08:48:14
JavaScript
#step1:安装纱线 #step2:吞咽 该脚本将允许您在其他文件中包含html块,这使我们能够编写可维护的html代码。 该脚本将查看partials文件夹,只要其中一个html发生更改,它就会激活该脚本,该脚本搜索所有include标签,并用正确的partial文件的html替换它们。 该脚本的好处是它会在开发过程中发生。 最终用户不需要任何js调用。 因此,我们的第一幅有意义的画将会更快 代码示例 <!-- include: '/partials/footer.html'--> <!-- /include --> 想象我们的footer.html包含 那么我们原来的html将是 <!-- include: '/partials/footer.html'-->
【文件预览】:
include_html_watcher-master
----partials()
--------header.html(39B)
--------footer.html(35B)
----yarn.lock(73KB)
----html()
--------index.html(226B)
----gulpfile.js(2KB)
----.gitignore(206B)
----readme.md(912B)
----package.json(157B)