UNPKG

can

Version:

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

8 lines (6 loc) 151 B
var can = require("can"); var stache = require("can/view/stache/"); can.Component.extend({ tag: "hello-world", template: stache("Hello world!") });