0.3.0-preview-7 • Published 8 months ago

@weblabsjs/core v0.3.0-preview-7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

weblabs/core

This repository contains the source code for the npm package @weblabsjs/core. It is a framework for building web applications, providing a set of essential components and tools to make development easier and faster.

Documentation

Learn how weblabs works here: https://creatorlabs.gitbook.io/weblabs/getting-started/introduction

Getting Started

Prerequisites

Before you start using the framework, you need to have Node.js and npm installed on your system.

Installing

To use the framework in your project, simply install it as a dependency:

npm i @weblabsjs/core

Understanding the code

The source code for the framework can be found in the src folder.

  • index.ts contains the entry point for the framework. This is where the exports for the framework are defined.

  • components.ts contains the web components that make up the framework. This is where the core functionality is implemented.

  • The dist folder contains the final code that will be shipped to npmjs.

Building the code

The source code can be built using the build.sh script. It requires Python3 and TSC (Typescript Compiler) pre-installed.

Then use the following commands in the core directory:

chmod +x build.sh //run this command only once to give script permission
./build.sh

Contributing

We welcome contributions to the framework! If you'd like to contribute, please read through our contribution guidelines to get started.

Versioning

The framework uses a versioning system of x.y.z-tag, where:

  • x represents a major breaking release,
  • y represents a minor change, mostly new feature,
  • z represents small bug-fixes or re-tweaks,
  • tag can be alpha, beta, delta, or final, and denotes the stage of development the code is in.

License

This project is licensed under the MIT License.

0.2.8-beta

9 months ago

0.3.0-preview-1

9 months ago

0.3.0-preview-2

9 months ago

0.3.0-preview-5

9 months ago

0.3.0-preview-6

9 months ago

0.2.1-beta

10 months ago

0.3.0-preview-3

9 months ago

0.3.0-preview-4

9 months ago

0.3.0-preview-7

8 months ago

0.2.7-beta

9 months ago

0.2.4-beta

9 months ago

0.1.7-beta

10 months ago

0.1.9-beta

10 months ago

0.2.9-beta

9 months ago

0.2.3-beta

9 months ago

0.2.0-beta

10 months ago

0.2.6-beta

9 months ago

0.1.6-beta

10 months ago

0.2.5-beta

9 months ago

0.2.2-beta

10 months ago

0.1.8-beta

10 months ago

0.1.5-beta

1 year ago

0.1.4-beta

1 year ago

0.1.3-beta

1 year ago

0.1.2-beta

1 year ago

0.1.1-beta

1 year ago

0.1.0-beta

1 year ago

0.0.15-alpha

1 year ago

0.0.14-alpha

1 year ago

0.0.13-alpha

1 year ago

0.0.12-alpha

1 year ago

0.0.11-alpha

1 year ago

0.0.10-alpha

1 year ago

0.0.9-alpha

1 year ago

0.0.8-alpha

1 year ago

0.0.7-alpha

1 year ago

0.0.6-alpha

1 year ago

0.0.5-alpha

1 year ago

0.0.4-alpha

1 year ago

0.0.3-alpha

1 year ago

0.0.2-alpha

1 year ago

0.0.1-alpha

1 year ago