A JavaScript Component Framework
With nested components, view showing and rendering, easy REST integration, and dead simple inheritance.
Using Backbone, Handlebars, Underscore, and jQuery, ƒ provides a simple way to modularize large applications.
F uses PseudoClass, an OOP framework that lets you create building blocks that you can extend, mixin, and re-use.
- Clone the repository
git clone https://github.com/lazd/F.git
- Install dependencies
cd F/
npm install
- Build F with grunt
grunt
- Build output will be sent to
build/
Pull requests are welcome!
ƒ is licensed under the permissive BSD license.