Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Integrate markstream-vue into Nuxt 3 or 4 with SSR-safe client boundaries, renderer modes, explicit CSS, and browser-only optional peers.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -47% | 0% |
Integrate markstream-vue into Nuxt while keeping hydration, browser-only peers, workers, and streaming behavior on the correct side of SSR boundaries.
Use for Nuxt 3 or 4 pages, components, or plugins. Use markstream-vue for non-Nuxt Vue applications and markstream-install when the framework is not yet known.
Before changing dependencies or source files, inspect the existing package manager and project conventions, preview the intended edits, and obtain explicit user approval.
<ClientOnly>, .client plugins, dynamic imports, or guarded initialization.markstream-vue/index.css explicitly from a client-safe shell or plugin.content: mode="chat" for AI streams, docs for rich documents, and minimal for lightweight non-chat surfaces.auto mode for SSR; do not force true on first-screen server content.final, disable pacing/cursor, and enable fade only if desired.vue<script setup lang="ts"> import MarkdownRender from 'markstream-vue' import 'markstream-vue/index.css' defineProps<{ markdown: string; done: boolean }>() </script> <template> <MarkdownRender mode="chat" :content="markdown" :final="done" :fade="done" :typewriter="!done" :smooth-streaming="done ? false : 'auto'" html-policy="safe" /> </template>
Do not expose trusted HTML or loose Mermaid settings to untrusted model output. Review dependency and runtime-boundary changes.
Other measured skills in the registry, with their headline benchmark lift.