es-template:ES62015 HTML模板字符串

时间:2024-05-19 23:07:36
【文件属性】:

文件名称:es-template:ES62015 HTML模板字符串

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-19 23:07:36

JavaScript

es-template | 用于HTML的简单ES6 / 2015模板字符串式语法。 句法:- require ( 'es-template' ) ( [ < rootDir> , < options> ])( < filename> | < filename> , < values> [,moreOptions]); 参数:- rootDir如果没有提供filename路径,则使用模板所在目录的名称 选项与rootDir类似,您还可以在此处将rootDir指定为对象,以及模板将要使用的扩展名。 有关所有可用选项,请参见defaults/index.js 文件名模板文件的名称 价值观JSON对象,键为变量名,在文件名中使用,值作为值 选项带有用户定义选项的JSON对象(现在仅将ext作为选项) 返回:- 用法:- //index.html < html >


【文件预览】:
es-template-master
----.gitignore(682B)
----README.md(1KB)
----.jscsrc(193B)
----tests()
--------lib.js(2KB)
--------test.js(7KB)
----LICENSE(1KB)
----.eslintrc(469B)
----package.json(459B)
----.buildrc(53B)
----index.js(473B)
----defaults()
--------index.js(64B)
----.travis.yml(64B)
----.editorconfig(264B)
----lib()
--------rstream.js(418B)
--------app.js(2KB)
--------utils.js(2KB)

网友评论