@just-web/browser
provides browser specific implementations for core features for a @just-web
applications.
Architecturally, under the lens of Clean Architecture,
@just-web/browser
provides the adaptors and external details related to browsers.
# npm
npm install @just-web/browser
# yarn
yarn add @just-web/browser
# pnpm
pnpm install @just-web/browser
#rush
rush add -p @just-web/browser
import { createApp } from '@just-web/app'
import browserPlugin from '@just-web/browser'
createApp({ name: 'your-awesome-app' }).extend(browserPlugin())
Generated using TypeDoc