jqMVC.js is a MVC/SPA framework designed for usage with jQuery.
- Routing
- Module Loading
- Controllers
- Models
- Views
- Services
- Global Middleware
- Route Middleware
- Event Bindings
- change directory to desired install path, ex:
cd /var/www/static/js/
- clone
git clone https://github.com/r3wt/jqMVC.git
- include jQuery and jqMVC.min.js or jqMVC.js in your project.
cd /path/to/jqMVC
- install gulp to project directory
npm install --save-dev gulp
- install gulp-documentation
npm install --save-dev gulp-documentation
- install uglify2
npm install uglify-js
- run gulp
gulp
. builds inbuild
directory:- jqmvc-x.x.x.js
- jqmvc-x.x.x.min.js
- docs/ (folder)
- Interested in contributing? Read the Guidelines