maksit-webui/README.md
Maksym Sadovnychyy ecce33e42f
Some checks failed
Storybook tests / storybook-tests (push) Has been cancelled
(feature): Breadcrumb and RepoUtils update
2026-08-06 04:50:32 +02:00

2.2 KiB

MaksIT.WebUI

Line Coverage Branch Coverage Method Coverage

Shared React UI library for maksit-certs-ui and maksit-vault WebUI apps.

Package

npm package Description
@maks-it.com/webui Contracts, utilities (deepDelta, hooks, HTTP, SignalR), and React components

Source lives under src/ (@maks-it.com/webuicontracts/, core/, components/). Release automation lives under utils/.

Local development

cd src
npm install
npm run build
npm test
npm run storybook

Storybook (npm run storybook) runs a local component catalog with Tailwind, React Router, autodocs, a11y checks, and Vitest component tests (testing widget + npm run test-storybook). Stories live under src/stories/components/; see src/stories/README.md.

Tests and coverage badges (shields.io URLs in this README): utils\Invoke-TestEngine.bat (plugin config in utils\engines\test\scriptSettings.json; uses NpmJestTest + CoverageBadges with badgeFormat: shields).

Release to npmjs

  1. Set Npm environment variable to your npm automation token (logical secret name in scriptSettings.json).
  2. Bump src/package.json version (and tag vX.Y.Z on main when using the publish guard).
  3. Run utils\Invoke-ReleasePackage.bat (or pwsh utils\engines\release\Invoke-ReleasePackage.ps1).

Configured plugins (see utils\engines\release\scriptSettings.json):

Plugin Role
NpmReleaseVersion Read semver from src/package.json
NpmBuild npm ci + npm run build
ReleasePublishGuard Branch/tag checks before publish
GitHub GitHub release (optional; set GitHub env var)
NpmPublish Publish @maks-it.com/webui

Refresh shared utils from maksit-repoutils via local-copy sync (no Update-RepoUtils in product repos).

Consume in product repos

npm install @maks-it.com/webui

See assets/docs/NPM_CONSUMPTION.md.

License

MIT