Skip to content

Instantly share code, notes, and snippets.

View HariantoAtWork's full-sized avatar

Harianto van Insulinde HariantoAtWork

View GitHub Profile
@mshwery
mshwery / app.js
Last active May 6, 2024 05:27
Gulp + Browserify + requiring .html templates + Knockout web components
var ko = require('knockout');
ko.components.register('simple-name', require('./components/simple-name/simple-name.js'));
ko.applyBindings({ userName: ko.observable() });