html-template-tag:-用于编译HTML模板字符串的ES6标记模板

时间:2024-05-24 12:08:18
【文件属性】:

文件名称:html-template-tag:-用于编译HTML模板字符串的ES6标记模板

文件大小:131KB

文件格式:ZIP

更新时间:2024-05-24 12:08:18

html-template template-string string-interpolation JavaScript

html-template-tag ES6带标签的模板,用于编译HTML模板字符串。 安装 该软件包通过npm分发: npm install html-template-tag 用法 字符串插值 此模块的核心只是执行简单的ES6字符串插值。 var html = require ( "html-template-tag" ) ; // - or - import { html } from "html-template-tag"; var name = `Antonio` ; var string = html `Hello, ${ name } !` ; // "Hello, Antonio!" 但是,它可以转义HTML特殊字符,而不会在循环中使用它! var html = require ( "html-template-tag" ) ; // - or - import {


【文件预览】:
html-template-tag-main
----rollup.config.js(509B)
----.github()
--------workflows()
----src()
--------index.ts(713B)
----babel.config.js(133B)
----tsconfig.json(228B)
----test()
--------index.test.js(2KB)
----jest.config.js(261B)
----README.md(3KB)
----.husky()
--------pre-commit(100B)
--------.gitignore(2B)
----.gitignore(27B)
----package-lock.json(605KB)
----package.json(2KB)

网友评论