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 ++ ; } } customE