UNPKG

gruujs

Version:

JavaScript framework for creating dynamic content

28 lines (18 loc) 974 B
<div align="center"> <a href="#"> <img width="145" height="145" src="https://raw.githubusercontent.com/MarekLabuz/gruu/master/logo.png" /> </a> <h1>Gruu</h1> </div> Gruu is a small and powerful JavaScript library for creating dynamic content. Using only JavaScript you can create user interfaces that change dynamically. Gruu is fully dependency free and uses ES6 Proxies to trigger changes in DOM. [![npm](https://img.shields.io/npm/v/gruujs.svg)](http://npm.im/gruujs) [![travis](https://travis-ci.org/MarekLabuz/gruu.svg?branch=master)](https://travis-ci.org/MarekLabuz/gruu) **Documentation**: https://mareklabuz.github.io/gruu-docs **Benchmarks**: https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html (gruu v1.7.3-non-keyed) ### Browser compatibility table | Chrome | Firefox | Edge | Opera | Safari | |---|---|---|---|---| | 49.0 | 18 | 12 (10240) | 36 | 10 | ## Licence MIT Copyright © 2017-2018, Marek Łabuz