Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 310 Bytes

Mini VDOM

⚠️ Warning: This project is for educational purposes only and is not intended for production use.

Description

This is an implementation of a basic VDOM for rendering UIs using TypeScript.

Usage

npm run build # outputs to ./dist
npm run dev # serves the filesystem