@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:
For application development:
npm install @just-web/app
For plugin development:
npm install --save-peer @just-web/app
Libraries are additional packages that you can use for specific scenarios.
Components refer to UI components.
Here are the components provided in this repository:
Here are the plugins provided in this repository:
@just-web provides some tools to make it easier for you to develop your application:
@just-web/create
: 🚧 @just-web initializer package (for npm create
) to scaffold your project.Please check out the contributing guide
Generated using TypeDoc