Convert to Vue
sp_to_vueConvert HTML/Tailwind source into Vue 3 Single File Components using the Composition API, with optional component library mapping.
Instructions
Convert HTML/Tailwind to Vue 3 Single File Components with Composition API and optional component library mapping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML/Tailwind source to convert | |
| componentLibrary | No | none | |
| appRouter | No | Use Next.js App Router (React only) |