Skip to content
/ F Public
forked from lazd/F

F, a Backbone component framework that encourages code re-use

License

Notifications You must be signed in to change notification settings

deboned/F

 
 

Repository files navigation

ƒ

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

  1. Clone the repository
git clone https://github.com/lazd/F.git
  1. Install dependencies
cd F/
npm install
  1. Build F with grunt
grunt
  1. Build output will be sent to build/

Contributing

Pull requests are welcome!

License

ƒ is licensed under the permissive BSD license.

About

F, a Backbone component framework that encourages code re-use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 3.7%
  • CSS 0.6%