文件名称:shaven:基于JsonML +语法糖的DOM构建实用程序和模板引擎
文件大小:415KB
文件格式:ZIP
更新时间:2024-06-14 06:06:50
svg template template-engine dom jsonml
刮胡子 一个基于JsonML和语法糖的DOM构建实用程序和模板引擎。 请查看以获取大量文档。 例子 shaven ( [ document . body , [ 'h1#logo' , 'Static Example' ] , [ 'p' , 'Some example text' ] , [ 'ul#list.bullets' , [ 'li' , 'item1' ] , [ 'li.active' , 'item2' ] , [ 'li' , [ 'a' , 'item3' , { href : '#' } ] ] ] , [ 'em' , 'Important' , { style : { color : 'red' , 'fo
【文件预览】:
shaven-master
----.gitignore(50B)
----.babelrc(47B)
----webpack.config.cjs(1KB)
----package.json(2KB)
----package-lock.json(741KB)
----.travis.yml(38B)
----CONTRIBUTING.md(689B)
----.github()
--------workflows()
----examples()
--------svg.html(520B)
--------static.html(758B)
--------extended.html(2KB)
----README.md(3KB)
----makefile(772B)
----source()
--------images()
--------templates()
--------library()
--------scripts()
--------styles()
----.npmignore(31B)
----test()
--------main.js(31B)
--------bundle()
--------dom.js(3KB)
--------utils.js(100B)
--------jsdom.js(312B)
--------large.js(690B)
--------node.js(113B)
--------core.js(21KB)