Skip to content
/ wfui Public

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

Notifications You must be signed in to change notification settings

3dtech/wfui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$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