文件名称:pug-loader:用于Webpack的Pug加载程序模块
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-02 16:26:33
JavaScript
帕格装载机 用于Webpack的哈巴狗装载机。 用法 var template = require ( "pug-loader!./file.pug" ) ; // => returns file.pug content as template function // or, if you've bound .pug to pug-loader var template = require ( "./file.pug" ) ; var locals = { /* ... */ } ; var html = template ( locals ) ; // => the rendered HTML 有关如何使用webpack加载程序的更多信息,请参阅。 为了在编译时获得呈现HTML,请将此加载程序与结合使用: var html = require("apply-loader!pug-l
【文件预览】:
pug-loader-master
----index.js(4KB)
----package.json(600B)
----test()
--------extend+include.test.js(780B)
--------extend+error.test.js(572B)
--------include.test.js(826B)
--------extend.test.js(715B)
--------fakeModuleSystem.js(1KB)
--------fixtures()
----.npmignore(6B)
----LICENSE.md(1KB)
----.gitignore(12B)
----stringify.loader.js(207B)
----CHANGELOG.md(800B)
----README.md(2KB)
----.editorconfig(158B)