##JasonWidgets The free UI framework to build HTML/JavaScript applications. JasonWidgets is a collection of javascript widgets that helps you build HTML/JavaScript applications. Has support (BETA) for popular MVVMs like KnockoutJS and AngularJS, while works nicely with jQuery if present. Includes built-in support for localization and value validation.
Having no dependencies makes it an ideal candidate either for an existing or a new application.
For more details, see
- Documentation on the project's website
- Online examples at http://jasonwidgets.com/gettingstarted/
##Downloading JasonWidgets
You can download released versions of JasonWidgets from the project's website.
##Building JasonWidgets from sources
-
Clone the repo from GitHub
git clone https://github.com/gtrifidis/jasonWidgets.git cd jasonWidgets
-
Install Gulp [https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md]
-
Run the build tool
gulp
Output files be found under 'Build/Debug' and 'Build/Release'
MPL license - https://opensource.org/licenses/MPL-2.0