文件名称:pug-include-glob:允许将Glob模式用作包含在Pug模板中的路径
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-27 12:37:30
JavaScript
帕格包括球 在Pug include指令中使用glob模式。 安装 $ npm install --save pug-include-glob 用法 const pugIncludeGlob = require ( 'pug-include-glob' ) ; const pug = require ( 'pug' ) ; let html = pug . renderFile ( 'path/to/template.pug' , { plugins : [ pugIncludeGlob ( { /* options */ } ) ] } ) ; 表示 res . render ( 'view_name' , { plugins : [ pugIncludeGlob ( { /* options */ } ) ] } ) 古尔普 gulp . src ( src ) . pipe
【文件预览】:
pug-include-glob-master
----package.json(996B)
----.github()
--------workflows()
----test()
--------test.js(2KB)
--------fixtures()
----LICENSE(1KB)
----package-lock.json(158KB)
----src()
--------index.js(2KB)
----.gitignore(17B)
----README.md(1KB)