dom-bindings:Riot.js DOM绑定模板引擎

时间:2024-05-21 09:01:50
【文件属性】:

文件名称:dom-bindings:Riot.js DOM绑定模板引擎

文件大小:100KB

文件格式:ZIP

更新时间:2024-05-21 09:01:50

JavaScript

绑定 用法 import { template , expressionTypes } from '@riotjs/dom-bindings' // Create the app template const tmpl = template ( '

<!---->

' , [ { selector : 'p' , expressions : [ { type : expressionTypes . TEXT , childNodeIndex : 0 , evaluate : scope => scope . greeting , } , ] , } ] ) // Mount the template to any DOM node const target = document . getElementById (


【文件预览】:
dom-bindings-main
----.gitignore(602B)
----README.md(16KB)
----.codeclimate.yml(93B)
----rollup.config.js(572B)
----test()
--------tsconfig.json(6KB)
--------bindings()
--------util.js(433B)
--------core.spec.js(9KB)
--------expressions()
--------index.js(658B)
--------typing.spec.ts(207B)
----dom-bindings.d.ts(3KB)
----LICENSE(1KB)
----benchmarks()
--------if.js(854B)
--------list.js(2KB)
--------old-version.js(47KB)
--------keyed.list.js(2KB)
--------index.js(898B)
--------mount.js(768B)
--------events.js(2KB)
----.eslintrc(161B)
----package.json(2KB)
----src()
--------bindings()
--------constants.js(84B)
--------expression.js(2KB)
--------expressions()
--------binding.js(2KB)
--------index.js(2KB)
--------template.js(5KB)
--------util()
--------map.js(131B)
----polyfills()
--------range.js(564B)
----.travis.yml(204B)
----package-lock.json(138KB)

网友评论