Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lealjs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lealjs

Framework with views and controllers to development single pages

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 15 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc