Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/3dtech/wfui
- Owner: 3dtech
- Created: 2014-11-20T09:37:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T07:31:45.000Z (about 9 years ago)
- Last Synced: 2023-02-27T01:11:54.858Z (over 1 year 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