KlaydDocumentation

Framework export

Vue

Vue 3.5 with the Vite Vue plugin. Vue single-file components with typed props.

Component pathsrc/components/ComponentName.vue
Primary extension.vue
Themesrc/theme.ts
Visual harnessStorybook + Playwright

Install and validate

npm install
npm run typecheck --if-present
npm run lint --if-present
npm run test --if-present
npm run ci:quality --if-present
npm run package:build --if-present

Consume the package

import { Button } from 'your-kit'

Generated delivery files

The ZIP contains GitHub, Bitbucket, and Azure CI definitions, a delivery manifest, release-note tooling, and rollback instructions. React and Vue additionally include Storybook and browser visual-regression configuration.

Framework-native output

Klayd does not wrap every target in a React runtime. Events, templates, and package metadata are emitted for Vue directly.