0.1.2 • Published 7 years ago

lealjs v0.1.2

Weekly downloads
10
License
-
Repository
github
Last release
7 years ago

Lealjs

Js lib to Laravel with models, views, controllers and much more! :)

Demo

...

Install

Install the component using Bower:

$ bower install lealjs --save

Usage

Include the CSS:

<link rel="stylesheet" href="dist/leal.min.css" media="screen">

Include the library:

<script src="dist/leal.min.js"></script>

lealjs depends on jQuery.

Methods

$.dialog.info('Title', 'Description');

$.alert('Message...');

...

Development

  1. Install gulp:

    $ [sudo] npm install -g gulp-cli
  2. Install local dependencies:

    $ npm install
  3. Run gulp and server

    $ gulp && gulp watch

Note: Before commit, $ gulp --production

Contributing

  1. Fork it!
  2. Create a new branch
  3. Commit your changes
  4. Push to the branch
  5. Submit a pull request :D

License

Licensed under the MIT License.