Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 953 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 953 Bytes

VDOM Components (for VDOM)


NPM

VDOM Components are prepackaged bits of code that provide some default functionality for the VDOM lib included in matthiasak/universal-utils. Think of it like a component library.

How to get started

  1. start your own node project, then npm i -S universal-utils universal-utils-vdom-components
  2. this package is compiled to es5, so you don't need to worry about the Babel require hook, or anything of the sort... just do...
  3. import * as components from 'vdom-components' to use this package in server or client-side

Who?

Matthew Keas, @matthiasak

License

MIT.