Documentation

just-web

NPM version NPM downloads

@just-web is a plugin-based application framework.

As a good framework, it defers making decisions as much as possible. Meaning you have the freedom to choose your tech stacks or even changing them as the landscape of web development changes.

You can use:

Installing

For application development:

npm install @just-web/app

For plugin development:

npm install --save-peer @just-web/app

Frameworks

Libraries

Libraries are additional packages that you can use for specific scenarios.

Components

Components refer to UI components.

Here are the components provided in this repository:

Plugins

Here are the plugins provided in this repository:

Tools

@just-web provides some tools to make it easier for you to develop your application:

Contribute

Please check out the contributing guide

Generated using TypeDoc