Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 351 Bytes

Spawn

The Spawn Engine is a stateless virtual DOM generator.

Use

  1. npm install
  2. Import module in your app e.g.
import Spawn, { Mount } from '@unfocused/spawn';

const el = Spawn('Your Spawn is ready.');
Mount(document.body, el);

Contribute

  1. npm install Install
  2. npm run demo Demo
  3. npm run playground Inspiration