attribute-store:将模板上下文存储在静态 HTML 中的数据属性上,允许在渲染后检索元数据

时间:2024-08-01 18:29:59
【文件属性】:

文件名称:attribute-store:将模板上下文存储在静态 HTML 中的数据属性上,允许在渲染后检索元数据

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-01 18:29:59

JavaScript

属性存储 将模板上下文存储在静态 HTML 中的数据属性上,允许在渲染后检索/更新元数据。 安装 使用安装: npm i attribute-store --save-dev 用法 var attrStore = require ( 'attribute-store' ) ; 这是foo.html : --- title: Home --- <!DOCTYPE html > < html lang =" en " > < head > < meta charset =" UTF-8 " > < title > Document </ title > </ head > < body > this is the body </ body > </ html > 。放() 要将foo.html中的 YAML 前端内容存储在数据属性中: /


【文件预览】:
attribute-store-master
----.jshintrc(342B)
----.gitignore(541B)
----package.json(1KB)
----index.js(1KB)
----.verb.md(2KB)
----LICENSE-MIT(1KB)
----README.md(3KB)
----.gitattributes(237B)
----test()
--------test.js(3KB)
--------mocha.opts(15B)
--------fixtures()

网友评论