1.2.2 • Published 7 years ago

skelleton-framework-core v1.2.2

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Skelleton Framework Core (SFC) By Site Mafia Interactive

Skelleton Framework Core is a package manager and stand alone site builder for creating web apps that are stand alone and can exist a cloud/CDN without any server dependancy.

Instalation

On a clean project folder run:

npm install skelleton-framework-core

Initialize Project + Client Site

To initialize the project:

skelleton init

Configuration

Once initialized there will be a config file generated called skelleton.json in which you may add any custom Javascript libraries to the build or pre built GitHub Skelleton modules.

You can also create your own modules under "_assets/". Javascript, SCSS, and CSS files are automatically compiled into the project on save when GULP is running.

{
    "packages": [
        "http://code.jquery.com/jquery-latest.js",
        "http://code.jquery.com/ui/1.11.4/jquery-ui.js",
        "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js",
        "https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"
    ],
    "modules": [
        "jquery.routes",
        "jquery.content",
        "jquery.restapi-client",
        "jquery.popup",
        "jquery.forms"
    ]
}
1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago