Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.5 KB

ƒ

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.