greppy-frontend
v0.11.2
Published
Frontend library for the easy and lightweight application framework
Downloads
8
Readme
The Greppy frontend library extends Bootstrap. It provides classes for simple handling of modals, a complete data grid implementation with AJAX-based search, sorting and pagination. It also includes many bindings to the Greppy Framework.
For more details take a look at greppy.org or the Greppy API. If you got any problems, a wish to contribute or to discuss new features take a look at our #greppy IRC channel on freenode.
Installation
To install the Greppy frontend library just run:
$ bower install greppy
Development
To start with developing this project you need the dependencies which enable you to build the minified/compressed versions of their full versions. To setup the environment just run:
$ npm install
To build the minified versions simply run:
$ make build