Skip to content

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

Notifications You must be signed in to change notification settings

denissonleal/lealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! :)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •