UNPKG

generator-mithril-webpack

Version:

Yeoman generator for Mithril.js applications utilizing ES6 and WebPack

4 lines 94 B
export default function(ctrl) { let vm = ctrl.vm; return m('.new-module', 'Hello World!'); }