文件名称:just-handlebars-helpers:轻巧的包装,带有常见的车把帮手
文件大小:459KB
文件格式:ZIP
更新时间:2024-06-05 22:45:18
javascript template templating handlebars handlebars-helpers
只是车把帮手 轻巧的包装,带有常见的辅助工具。 安装 npm install just-handlebars-helpers --save yarn add just-handlebars-helpers 用法 浏览器 一般用法 <!-- Load handlebars --> < script src =" /path/to/handlebars/dist/handlebars.min.js " > </ script > <!-- Load just-handlebars-helpers --> < script src =" /path/to/just-handlebars-helpers/dist/h.min.js " > </ script > < script type =" text/javascript " > // Register just-handlebars
【文件预览】:
just-handlebars-helpers-master
----.gitignore(33B)
----.babelrc(25B)
----.eslintrc(247B)
----package.json(2KB)
----src()
--------H.js(1KB)
--------helpers()
--------util()
----karma.conf.js(2KB)
----.travis.yml(118B)
----gulpfile.js(2KB)
----dist()
--------h.js(1.39MB)
--------h.min.js(260KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----index.js(141B)
----CHANGELOG.md(21KB)
----README.md(22KB)
----tests()
--------helpers()
--------misc.js(176B)
--------util()
--------H.spec.js(536B)
----.editorconfig(398B)
----yarn.lock(240KB)
----release.sh(1KB)