How to use this developer tool
- Paste the source component.
- Select a conversion type.
- Run safe conversion.
- Review manual-review notes before replacing project code.
Convert common Vue patterns between Options API, script setup, JavaScript, TypeScript, and Vue versions with explicit partial-conversion warnings.
Recognizes selected Vue syntax patterns and rewrites only transformations that can be represented safely in the browser.
Complex watchers, mixins, render functions, and dynamic code require manual migration.
Use the preloaded sample, run the tool, then inspect the output and status before copying it into a project.
Select Options API to Script Setup and run the converter on a recognizable component structure.
It applies selected common transformations and labels the result as partial when manual work remains.
Choose JavaScript to TypeScript to add TypeScript script mode, then review and add explicit types.
Complex mixins are not fully converted and require manual composable design.
The result status and interpretation explicitly distinguish converted, partial, and manual-review outcomes.
| Module | Purpose |
|---|---|
| Modes | API, language, and version |
| Safety | Partial conversions labeled |
| Review | Unchanged code is preserved |