Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Integrate markstream-vue2 into Vue CLI or Webpack 4 with export-map-safe CSS, CDN worker fallbacks, and conservative code-block defaults.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -14% | 0% |
Handle Vue CLI and Webpack 4 constraints that differ materially from modern Vue 2/Vite setup.
Use when Vue 2 runs on Vue CLI or Webpack 4 and package export maps or Vite worker imports are unavailable.
Before changing dependencies or source files, inspect the existing package manager and project conventions, preview the intended edits, and obtain explicit user approval.
markstream-vue2 and only requested peers.markstream-vue2/dist/index.css, because legacy tooling may not understand the CSS export map.?worker imports. Use Markstream CDN worker helpers for KaTeX or Mermaid only when needed.stream-markdown code blocks over fragile Monaco worker wiring.content with smooth streaming for chat; set final and disable pacing/cursor for completed history.vue<script> import MarkdownRender from 'markstream-vue2' // Legacy Webpack may not resolve the package CSS export map. import 'markstream-vue2/dist/index.css' export default { components: { MarkdownRender }, data: () => ({ content: '# Answer', done: false }), } </script> <template> <MarkdownRender :content="content" :final="done" :fade="false" /> </template>
@vue/composition-api.Do not introduce CDN workers without reviewing CSP, network policy, and dependency trust. Preserve safe rendering defaults.
Other measured skills in the registry, with their headline benchmark lift.