PabloVallejo / gillie

Javascript Microframework inspired in BackboneJS

Home Page:http://pablovallejo.github.io/gillie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Javascript Microframework inspired in BackboneJS

http://pablovallejo.github.io/gillie/

License:MIT License


Languages

Language:JavaScript 97.4%Language:HTML 2.6%