UNPKG

generator-mithril-webpack

Version:

Yeoman generator for Mithril.js applications utilizing ES6 and WebPack

9 lines (8 loc) 150 B
import VM from './viewModel'; export default class Controller { constructor(args) { var ctrl = this; ctrl.vm = new VM(args); return this; } }