Lovely.IO

The Next Generation of Front-Side

Forget The Installation!

Lovely.IO is a centralized repository of front-side packages

Just say which packages you need and you'll get them!

<script src="http://cdn.lovely.io/core.js"></script>
<script type="text/javascript">
  Lovely(['dom', 'ajax', 'fx'], function($, Ajax, Fx) {
    // you're ready to rock!
  });
</script>

Lovely(['mines-game-1.0.2'], function(MinesGame) {
  var game = new MinesGame();
  game.insertTo(document.body);
});

Forget Dependencies!

Lovely.IO automatically resolves all the dependencies for you!

Forget The Assets Hassle!

Lovely.IO automatically handles all the assets.

All styles, images, etc. They're just there!

Lovely(['ui-2.3.4'], function(UI) {
  var icon = new UI.Icon('delete');
  icon.insertTo('#my-element');

  // all styles are already there!
});

Enjoy The DOM Speed!

Lovely.IO DOM package is build on a new architecture

It uses dom-wrappers, which are much, much faster!

Enjoy The Loading Speed!

Lovely.IO is build upon AMD structure

And it uses CloudFront for fast packages delivery!

LoginForm = Form.inherit
  send: ->
    @$super() if @valid()

  valid: ->
    @values()['username'] && @values()['password']

Be Civilized On Front-Side!

Lovely.IO uses OOP dom-wrappers at it's core

Which allows you to write clean and maintanable code

Be Part Of It!

Lovely.IO is an open and fully automated repository

Anyone can share their packages in here!

$ npm install lovely -g
$
$ lovely new my-awesome-package
$ cd my-awesome-package
$ ...
$ lovely publish


New Packages

i18n - 1.0.0 (21 May 23:46)
A simple utility to help with the internationalisation of your JS projects.
kick-ass - 1.0.0 (20 Apr 11:30)
Lovely.IO regression testing utility
hello-ie - 1.0.0 (03 Feb 06:31)
Shows an hello dialog for the old IE browers users
analog-clock - 1.0.0 (27 Sep 16:29)
Analog clock widget
osom-area - 1.2.1 (02 Aug 16:40)
Advanced textarea handling features
nanny - 1.1.2 (12 Aug 06:05)
UI walkthrough helper
tabs - 1.1.1 (18 Jun 07:28)
Standard tabs widget
dialog - 1.2.2 (11 Oct 09:57)
The standard dialog UI module
glyph-icons - 1.0.2 (28 Apr 04:18)
Glyph icons drop in stylesheets
slideshow - 1.0.2 (09 Apr 12:40)
Simple slideshow widget

Updated Packages

i18n - 1.0.0 (21 May 23:46)
A simple utility to help with the internationalisation of your JS projects.
kick-ass - 1.0.0 (20 Apr 11:30)
Lovely.IO regression testing utility
colorifier - 1.4.0 (13 Apr 05:11)
Code highlighting script
dom - 1.4.3 (09 Feb 22:56)
Standard DOM manipulation module
hello-ie - 1.0.0 (03 Feb 06:31)
Shows an hello dialog for the old IE browers users
core - 1.4.1 (24 Nov 04:43)
Lovely IO main module
ui - 2.1.2 (12 Oct 07:16)
Standarad UI core module
dialog - 1.2.2 (11 Oct 09:57)
The standard dialog UI module
zoom - 1.1.1 (02 Oct 09:13)
Lightweight images zoom widget
fx - 1.1.1 (30 Sep 10:19)
Standard visual effects module