文件名称:htl-template-loader:用于HTLS的Webpack加载器
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-12 14:38:17
JavaScript
htl-template-loader 用于HTL / Sightly data-sly-template模板的Webpack加载器。 基于 。 安装 npm install --save htl-template-loader @adobe/htlengine 用法 整个档案 将加载程序添加到webpack.config.js : { module: { rules: [ { test : / \. htl $ / , use : [ "htl-template-loader" ] , } , ] ; } } 创建一个模板文件template.htl : < h1> Hello World h1> 导入渲染方法 import renderMain from './demo.html
【文件预览】:
htl-template-loader-master
----.gitignore(53B)
----tsconfig.json(6KB)
----README.md(5KB)
----test()
--------build.test.js(9KB)
--------fixtures()
--------utils.js(1KB)
----LICENSE(1KB)
----typings.d.ts(189B)
----package.json(1KB)
----types.d.ts(3KB)
----index.js(3KB)
----example()
--------src()
--------index.html(149B)
--------webpack.config.js(440B)
----.npmignore(13B)
----.travis.yml(360B)
----lib()
--------runtime-variables.js(601B)
--------template-api.js(8KB)
--------htl-runtime.js(85B)