denissonleal / lealjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 67.1%Language:CSS 31.8%Language:HTML 1.2%