grunt-swig-templates:将 Swig 模板编译为静态 HTML 的 Grunt 插件

时间:2024-07-21 14:41:26
【文件属性】:

文件名称:grunt-swig-templates:将 Swig 模板编译为静态 HTML 的 Grunt 插件

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-21 14:41:26

JavaScript

grunt-swig-模板 将 Swig 模板编译为静态 HTML 的 Grunt 插件 入门 这个插件需要 Grunt。 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-swig-templates --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-swig-templates' ) ; “swig”任务 概述 在项目的 Gruntfile 中,将名为swig的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( { swig : { options : {


【文件预览】:
grunt-swig-templates-master
----.jshintrc(191B)
----Gruntfile.js(2KB)
----tasks()
--------swig_templates.js(2KB)
----test()
--------swig_templates_test.js(1KB)
--------fixtures()
----README.md(3KB)
----.editorconfig(214B)
----.gitignore(31B)
----package.json(830B)

网友评论