/gillie

Javascript Microframework inspired in BackboneJS

Primary LanguageJavaScriptMIT LicenseMIT

Gillie - JavaScript MicroFramework

Build Status

Gillie is a JavaScript micro-framework that lets you easily structure your app using models, views and handlers. Gillie takes things from Backbone, jQuery and Underscore, it is very easy to set up and it's only dependency is jQuery.

Quick start

Include jQuery, Gillie and your app scripts.

<script src="js/jquery.js"></script>
<script src="js/gillie.js"></script>
<script src="js/yourapp.js"></script>

Documentation

Library documentation and examples can be found in the project page

Contributing

Pull requests are highly appreciated. Feel free to report a bug, typo, enhancement or a feature you may want Gillie to have.