stera:用于在javascript中编写影子dom组件的微型库 源码
斯特拉 用于本地Web组件的最小javascript库,开销最小 入门 您可以通过构建工具从npm导入stera或使用esmodules导入。 // Intall with 'npm i stera@1.0.0' import { Component } from 'stera' // or import as an esmodule import { Component } from 'https://unpkg.com/stera/dist/index.js' 然后,您以类似于编写有状态的React组件的方式编写组件。 import { Component , html } fro
文件列表
stera-master.zip
(预估有个48文件)
stera-master
.eslintrc.json
771B
.gitignore
945B
package.json
1KB
CHANGELOG
334B
src
component.ts
1KB
html.ts
1KB
mutationComponent.ts
1KB
index.ts
919B
暂无评论