Markstream Vue 2 Vite
Use this skill when the host app is Vue 2 and the bundler is Vite.
Workflow
- Confirm the repo is Vue 2 with Vite-based tooling.
- Install
markstream-vue2plus only the requested optional peers. - Import
markstream-vue2/index.cssafter resets. - Use Vite worker imports when the repo needs bundled workers.
- markstream-vue2/workers/...?worker or ?worker&inline patterns are allowed here.
- Keep Composition API decisions explicit for Vue 2.6 repos.
- Validate with the smallest useful Vite dev or build command.
Default Decisions
- Prefer bundled workers over CDN workers in Vite-based Vue 2 repos.
- Keep UnoCSS or Tailwind resets before Markstream CSS.
- Use the generic
markstream-vue2skill only when the bundler-specific choice does not matter.
Useful Doc Targets
docs/guide/vue2-quick-start.mddocs/guide/vue2-installation.mddocs/guide/tailwind.mddocs/guide/troubleshooting.md