inline-web-components:用于将 Web 组件的模板文件内联到 HTML 文件中的 Node.js 模块

时间:2024-08-03 13:01:30
【文件属性】:

文件名称:inline-web-components:用于将 Web 组件的模板文件内联到 HTML 文件中的 Node.js 模块

文件大小:6KB

文件格式:ZIP

更新时间:2024-08-03 13:01:30

JavaScript

内联网络组件 将 Web 组件的模板文件内联到 HTML 文件中 我们都喜欢使用 Web 组件,它们使我们的项目变得漂亮且模块化。 缺点是当我们使用它们时,我们会延迟渲染部分页面,因此我们得到了一种 。 这个模块非常适合确保某些组件从一开始就在那里有它们的内容。 入门 使用以下命令在本地安装模块: npm install inline-web-components 。 然后该模块接受一个 HTML 源字符串和一个对象,其中每个键都是一个 jQuery 样式选择器,其值表示模板文件的路径。 var inlineWebComponents = require ( "inline-web-components" ) , fs = require ( "fs" ) , source = fs . readFileSync ( "index.html" ,


【文件预览】:
inline-web-components-master
----.gitignore(29B)
----README.md(1KB)
----test()
--------test.html(445B)
--------components()
--------inline-web-components_test.js(662B)
--------result.html(492B)
----Gruntfile.js(577B)
----.jshintrc(216B)
----package.json(988B)
----.editorconfig(158B)
----lib()
--------inline-web-components.js(931B)

网友评论