F
F copied to clipboard
F, a Backbone component framework that encourages code re-use
ƒ
A JavaScript Component Framework
Helps you build large, modular apps.
With nested components, view showing and rendering, easy REST integration, and dead simple inheritance.
Doesn't reinvent the wheel.
Using Backbone, Handlebars, Underscore, and jQuery, ƒ provides a simple way to modularize large applications.
Stays (pseudo) classy.
F uses PseudoClass, an OOP framework that lets you create building blocks that you can extend, mixin, and re-use.
Sound interesting?
Building F
- 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/
Contributing
Pull requests are welcome!
License
ƒ is licensed under the permissive BSD license.