UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

5 lines (3 loc) 113 B
import { App } from 'Base/View'; const appElement = document.getElementById("app")! appElement.innerHTML = App;