Skip to content
Module to handle basic mobile app and view controller logic
CSS JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
bower_components/requirejs
examples
src
.gitignore
LICENSE
README.md
bower.json

README.md

vcapp.js

Module to handle basic mobile app and view controller logic. You could find very complete MVC frameworks. This library aims at providing the very basic functionnality of a web application: view controllers logic. And only logic. Nothing more.

The advantage of such a library is to separate the logic from the style you may want to give to your application: Bootstrap, Ionic, jQuery Mobile etc.

How to use it?

Include one file.

<script src="vcapp/src/vcapp.min.js"></script>
Something went wrong with that request. Please try again.