modern-helpers
v0.4.0
Published
Minimalistic helper functions for Modern Web Apps development.
Readme
Modern helpers
:book: Documentation
:arrow_upper_right: Demos
Installation
npm i --save modern-helpersYou can also just install one helper at a time using the dedicated @modern-helpers/* packages. For example:
npm i --save @modern-helpers/elHelpers
| package | description |
| ---------------------------------------- | --------------------------------------------------------- |
| @modern-helpers/router | extensible router & easy navigation for SPA |
| @modern-helpers/el | minimalistic HyperScript function to create HTML elements |
| @modern-helpers/template | create pre-rendered elements with an HyperScript syntax |
