UNPKG

lighterjs

Version:

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

15 lines (13 loc) 355 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <script type="module" src="./index.js"></script> <title>Lighter JS</title> </head> <body> <div id="root"></div> </body> </html>