Skip to content

A tiny and pointless javascript framework for even tinier web apps.

Notifications You must be signed in to change notification settings

carlosgavina/corejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core.js

Current Version: 0.3.3b

A tiny (15kb) and pointless javascript framework for even tinier web apps.

Why?

I could say a million reasons why we need another javascript framework, but really, the only reason why we need another one is because I was bored.

Main Features

  • Super tiny (15kb minified, 5kb gzipped!)
  • Event driven
  • One dependency, Zepto (Recommended) or jQuery
  • Clunky code

Quick Start

Include core.min.js in your page, don't forget to add Zepto (Recommended) or jQuery before.

<script src="core.min.js"></script>

Creating an App in Core.js is faster than eating a peanut, here's how:

/* App Config */

var NotesApp = new $$.App({
      name    : "notesapp",
      Router  : {
        "/signup"        		: "Signup",
        "/article/{id}"  		: "Article",
        "/article/{id}/edit"   	: "EditArticle"
      }
    });

You are set! Head to the Documentation to see how awesome and easy Core.js is. Awesomer than Battman.

I try to have this as documented as possible, but not all features are explained. See Documentation.

Check updates details in the change log Change Log.

Thanks etc.

You guys are awesome.

About

A tiny and pointless javascript framework for even tinier web apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published