UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

9 lines (6 loc) 178 B
steal("can/util", "can/view/stache", "can/component",function(can, stache){ can.Component.extend({ tag: "hello-world", template: stache("<h1>Hello World</h1>") }); });