文件名称:canjs:用更少的代码行构建CRUD应用
文件大小:24.88MB
文件格式:ZIP
更新时间:2024-02-25 14:44:54
javascript crud framework dom canjs
CanJS是客户端JavaScript架构库的集合。 Web组件 CanJS的允许您创建具有和Web组件。 class Counter extends StacheElement { static view = ` Count: {{ this.count }} <button on:click="this.increment()">+1</button> ` ; static props = { count : 0 } ; increment ( ) { this . count ++ ; } } customElements . de