<legend id='MoBaF'><style id='MoBaF'><dir id='MoBaF'><q id='MoBaF'></q></dir></style></legend>
<i id='MoBaF'><tr id='MoBaF'><dt id='MoBaF'><q id='MoBaF'><span id='MoBaF'><b id='MoBaF'><form id='MoBaF'><ins id='MoBaF'></ins><ul id='MoBaF'></ul><sub id='MoBaF'></sub></form><legend id='MoBaF'></legend><bdo id='MoBaF'><pre id='MoBaF'><center id='MoBaF'></center></pre></bdo></b><th id='MoBaF'></th></span></q></dt></tr></i><div id='MoBaF'><tfoot id='MoBaF'></tfoot><dl id='MoBaF'><fieldset id='MoBaF'></fieldset></dl></div>
  • <tfoot id='MoBaF'></tfoot>

          <bdo id='MoBaF'></bdo><ul id='MoBaF'></ul>

        <small id='MoBaF'></small><noframes id='MoBaF'>

      1. 使用 gulp.js 编译 HTML 部分

        时间:2023-05-29

          <tfoot id='BKOsJ'></tfoot>
        1. <i id='BKOsJ'><tr id='BKOsJ'><dt id='BKOsJ'><q id='BKOsJ'><span id='BKOsJ'><b id='BKOsJ'><form id='BKOsJ'><ins id='BKOsJ'></ins><ul id='BKOsJ'></ul><sub id='BKOsJ'></sub></form><legend id='BKOsJ'></legend><bdo id='BKOsJ'><pre id='BKOsJ'><center id='BKOsJ'></center></pre></bdo></b><th id='BKOsJ'></th></span></q></dt></tr></i><div id='BKOsJ'><tfoot id='BKOsJ'></tfoot><dl id='BKOsJ'><fieldset id='BKOsJ'></fieldset></dl></div>
            • <bdo id='BKOsJ'></bdo><ul id='BKOsJ'></ul>
            • <small id='BKOsJ'></small><noframes id='BKOsJ'>

                  <tbody id='BKOsJ'></tbody>

              1. <legend id='BKOsJ'><style id='BKOsJ'><dir id='BKOsJ'><q id='BKOsJ'></q></dir></style></legend>
                  本文介绍了使用 gulp.js 编译 HTML 部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  是否有一个可用于 Gulp 的插件与 Assemble 为 Grunt 做的事情相同?

                  Is there a plugin available for Gulp that does the same thing as Assemble does for Grunt?

                  我想为 Gulp 运行一个组装 HTML 部分的任务,但我找不到插件.有人用过吗,能给个链接吗?

                  I would like to run a task for Gulp that assembles HTML partials, but I cannot find a plugin. Has anyone used one and can you provide a link to it?

                  更新:2016 年 4 月 21 日

                  最近,我一直在使用 Twig.js 和 Gulp,以及 gulp-data 在我的模板中呈现 JSON.我的文章详细介绍.提示:你也可以使用 Nunjucks、Swig.js、Handlebars 等.

                  Lately, I've been using Twig.js with Gulp, along with gulp-data to render JSON in my templates. My article goes into detail. Hint: You could also use Nunjucks, Swig.js, Handlebars etc.

                  文章:使用 Gulp 进行前端模板化和 Twig.js

                  推荐答案

                  是的,你可以使用这个名为 gulp-file-include

                  Yes, you can do it with this plugin called gulp-file-include

                  例子:

                  #index.html

                  <!DOCTYPE html>
                  <html>
                    <body>
                    @@include('./view.html')
                    @@include('./var.html', {
                      "name": "haoxin",
                      "age": 12345
                    })
                    </body>
                  </html>
                  

                  #view.html

                  <h1>view</h1>
                  

                  # var.html

                  <label>@@name</label>
                  <label>@@age</label>
                  

                  这篇关于使用 gulp.js 编译 HTML 部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Object.assign 不是函数 下一篇:在完成函数本身的所有操作之前,Node 是否可以从

                  相关文章

                  最新文章

                  <tfoot id='Z7HO4'></tfoot>

                  <i id='Z7HO4'><tr id='Z7HO4'><dt id='Z7HO4'><q id='Z7HO4'><span id='Z7HO4'><b id='Z7HO4'><form id='Z7HO4'><ins id='Z7HO4'></ins><ul id='Z7HO4'></ul><sub id='Z7HO4'></sub></form><legend id='Z7HO4'></legend><bdo id='Z7HO4'><pre id='Z7HO4'><center id='Z7HO4'></center></pre></bdo></b><th id='Z7HO4'></th></span></q></dt></tr></i><div id='Z7HO4'><tfoot id='Z7HO4'></tfoot><dl id='Z7HO4'><fieldset id='Z7HO4'></fieldset></dl></div>

                  <small id='Z7HO4'></small><noframes id='Z7HO4'>

                • <legend id='Z7HO4'><style id='Z7HO4'><dir id='Z7HO4'><q id='Z7HO4'></q></dir></style></legend>
                    <bdo id='Z7HO4'></bdo><ul id='Z7HO4'></ul>