/caviar

A little framework to create PhoneGap Apps in a simple way and with high performance.

Primary LanguageJavaScript

#Caviar keep it simple, elegant and fast!

###what's this? Caviar is a little framework to create PhoneGap Apps in a simple way and with high performance. It was created following some FastGap project techniques. Our main concern is to keep everything simple and fast.

We have no intention to define standards of design for UI. We only want to provide a flow management system, resources and some other magic.

###external libraries

  • jQuery: The Write Less, Do More, JavaScript Library.
  • RequireJS: A JavaScript file and module loader.
  • History.js: History.js gracefully supports the HTML5 History/State APIs.
  • Vue.js: Intuitive, Fast and Composable MVVM for building interactive interfaces.
  • Snap.JS: A Library for creating beautiful mobile shelfs in Javascript.

###dependencies

###let's fun?

  1. Clone this repo. git clone git@github.com:weedoit/caviar.git
  2. Make sure that all dependencies were installed.
  3. Install all bower dependencies. bower install
  4. Start Grunt
  5. Begin typing your magical code.

###need help? Take a look in the docs folder

###want to contribute?

  1. Read our policies and code style.
  2. Fork it.
  3. Create a new branch with the feature or bug fix.
  4. Send a pull request.

goals

  • Write full documentation.
  • Implements models.
  • Add more transtions effects
  • Better view->controller/controller->view integration.

###license Licensed under MIT