enthjs
v0.3.0
Published
<p align="center"> <img alt="enthjs logo" src="./gitlogo.png" width="150" /> </p>
Downloads
3
Readme
Quick Intro
enthjs is a JavaScript view library that the latest(-ish) language features such as:
- web components for encapsulation
- generators to define components and templating directives
- tagged template literals for templating
- proxies for change tracking
The library is written in typescript and built as es6 modules. Most parts, including all templating directives, can be loaded on a as-needed basis.
Click here to go to the documentation site, implemented with enth.js itself.