UNPKG

can

Version:

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

9 lines (6 loc) 115 B
define(["can"], function(can){ can.Component.extend({ tag: "hello-world", template: "Hello world!" }); });