Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3dtech/wfui

User Interface (UI) Library for Single Page Applications (SPA)
https://github.com/3dtech/wfui

Last synced: 8 days ago
JSON representation

User Interface (UI) Library for Single Page Applications (SPA)

Awesome Lists containing this project

README

        

WFUI
====

User Interface (UI) Library for Single Page Applications (SPA)

Depends on jQuery

Getting Started
----
Create Your UI class by extending the UserInterface class:

```
var MyUserInterface = UserInterface.extend({

});
```

Include the Library and Your code in the html file head

Start the application:

```var gui;
$wfuij(function(){
gui = new MyUserInterface();
});```

Build
--------
Using node call
node build.js

For debugging purposes call
node build.js debug

Notes
--------
WFUI uses jQuery noConflict mode and uses $wfuij as the jQuery shortcut