tag-templates:模板引擎基于javascript原生技术构建

时间:2024-04-21 14:11:26
【文件属性】:

文件名称:tag-templates:模板引擎基于javascript原生技术构建

文件大小:8KB

文件格式:ZIP

更新时间:2024-04-21 14:11:26

JavaScript

标记模板(@ peter.naydenov / tag-templates) 模板引擎建立在javascript原生技术之上:模板文字和标记函数。 安装 安装软件包: npm i @peter.naydenov/tag-templates 从脚本中请求模块: const tagTemplates = require ( '@peter.naydenov/tag-templates' ) ; 方法 引擎只有两种方法:addTemplate和render。 两者都以文本字符串形式接收参数。 查看“如何使用它”部分。 { addTemplate : 'Write a template' render : 'Convert data+template into a rendered block' } 配置对象 如何使用它 const tagTemplates = requ


【文件预览】:
tag-templates-master
----src()
--------main.js(986B)
--------settings.js(663B)
--------methods()
--------_chopTemplate.js(2KB)
----.npmignore(64B)
----test()
--------01-test.js(5KB)
----README.md(3KB)
----.gitignore(67B)
----package.json(701B)

网友评论