UNPKG

lighterjs

Version:

A light weight and class based vanilla JS UI framework, with Component, Router, and State handling.

5 lines (3 loc) 115 B
import AppRoot from './examples/Components/AppRoot'; const base = new AppRoot({ attachId: 'root' }); base.draw();