Skip to content

Commit ed8e0aa

Browse files
committed
docs: add migration guide for upgrading to Vite+
- Document prerequisites (Vite 8.x and Vitest 4.x requirements) - Explain automatic migration via 'vite migration' command - Provide manual migration steps for all package managers - Include troubleshooting section and post-migration checklist
1 parent ac9309b commit ed8e0aa

2 files changed

Lines changed: 465 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ export default defineConfig({
5252
text: 'Getting Started',
5353
link: '/guide/',
5454
},
55+
{
56+
text: 'Migration',
57+
link: '/guide/migration',
58+
},
5559
],
5660
},
5761
{

0 commit comments

Comments
 (0)