UNPKG

gia-cli

Version:

Guardian US Interactive CLI tool

6 lines (4 loc) 120 B
import BaseView from './BaseView.html'; export function launch ( el, params ) { new BaseView({ el, data: params }); }