https://github.com/3dtech/wfui
User Interface (UI) Library for Single Page Applications (SPA)
https://github.com/3dtech/wfui
Last synced: 5 months ago
JSON representation
User Interface (UI) Library for Single Page Applications (SPA)
- Host: GitHub
- URL: https://github.com/3dtech/wfui
- Owner: 3dtech
- Created: 2014-11-20T09:37:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T07:31:45.000Z (over 9 years ago)
- Last Synced: 2025-01-10T03:42:48.924Z (6 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsFor debugging purposes call
node build.js debugNotes
--------
WFUI uses jQuery noConflict mode and uses $wfuij as the jQuery shortcut