Skip to content

justland/just-web

Repository files navigation

just-web

NPM version NPM downloads

Wallaby.js

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:

npm install @just-web/app

yarn add @just-web/app

pnpm add @just-web/app

For library:

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

yarn add --peer @just-web/app

pnpm add --save-peer @just-web/app

Frameworks

UI Libraries

Libraries

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

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:

  • @just-web/create: 🚧 just-web initializer package (for npm create) to scaffold your project.
  • @just-web/repo-scripts: provides scripts and default configs to help maintain your repository
    (will deprecate in favor of @repobuddy).

Contribute

Please check out the contributing guide

Wallaby.js

Wallaby.js

This repository contributors are welcome to use Wallaby.js OSS License to get test results immediately as you type, and see the results in your editor right next to your code.