[go: up one dir, main page]

Skip to content

CooCoooo/gillie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gillie - JavaScript MicroFramework

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published