Skip to content

A modern framework for client-side MVC web applications

Notifications You must be signed in to change notification settings

loganthompson/lavaca

 
 

Repository files navigation

Lavaca

Build Status Coverage Status

A curated collection of tools built for mobile

Getting Started

Pull down a lavaca-starter project

Run Tests

  1. Install grunt-cli globally Note: this may require sudo
$ npm install -g grunt-cli
  1. Install bower globally Note: this may require sudo
$ npm install -g bower
  1. Install dev dependencies for our tasks to work
$ npm install && bower install
  1. Run Tests
$ grunt test

Documentation

http://getlavaca.com/#/guide

http://getlavaca.com/#/apidoc

Examples

http://getlavaca.com/#/examples

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

View Change Log

License

Copyright (c) 2013 mutualmobile Licensed under the MIT license.

About

A modern framework for client-side MVC web applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 6.3%