mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
233b7532c2
Vue Storybook configuration and stories for visual component parity testing: chat views, inputs, messages, suggestions, toggle buttons, sidebar, popup, inspector, provider, and A2UI activity rendering.
Vue Storybook
Storybook workspace for @copilotkit/vue with strict parity intent against the React storybook.
Parity policy
- Canonical reference:
examples/v2/react/storybook. - Mirror React story structure, naming, and scenario coverage.
- Keep story intent aligned to support visual and behavioral side-by-side checks.
- Keep story scaffolding close to React file/story ownership so changes are easy to diff across frameworks.
- No Vue-only story tracks until React parity is complete.
Current status
- Vue storybook is scaffolded and running.
- Default Storybook starter examples were intentionally removed.
- Copilot-focused stories are in
stories/and will be filled to full parity incrementally.
Run
pnpm -C examples/v2/vue/storybook dev
Build check
pnpm -C examples/v2/vue/storybook build