A design system for Streamlabs-related products.
Vue 2 (default):
pnpm add streamlabs-beakerVue 3 (opt-in, pre-release):
pnpm add streamlabs-beaker@nextPublishing is tag-driven: pushing a git tag matching v* triggers .github/workflows/publish.yml.
- Tags starting with
v0.(e.g.v0.11.16) publish to thelatestnpm dist-tag — this is the Vue 2 line, maintained on thev0.xbranch. - Any other tag (e.g.
v1.0.0) publishes to thenextnpm dist-tag — this is the Vue 3 line, developed onmaster.
next will be promoted to latest once Vue 3 is stable enough to become the default install.
pnpm installpnpm devpnpm buildpnpm build:publishpnpm lintpnpm deploy