1.0.2 • Published 3 years ago

minuu v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

Minuu

Minimal templating engine for quick, component-based prototyping

ReactJs for people who need simpler solutions

Want component-based prototyping or a way to quickly drop that navbar into every HTML page without copypasta everywhere? Just drop the navbar into its own HTML file, and include it at the top of any html file you want.

Includes are recursive, so you can include a page within a page within a page... you get it.

Much like document.ready(), minuu lets you know when it's done inlcuding everything with minuu.ready().


Usage

There are two ways to use minuu:

NPM package

including minuu.js locally on index

see /examples for help on using.