Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

Mini-VirtualDOM

My own implementation of VDOM ✨

How to install and run

  • npm install
  • build gulp build
  • while developing, use watch $ gulp watch

Babysteps 👶🍼

You can check the commits log (or check @deathmood article) to see how to build yours. Step by step.

Requirements

node version > 6.0.0