Back to Tauri

Upgrade & Migrate

src/content/docs/start/migrate/index.mdx

latest605 B
Original Source

Learn about common scenarios and steps to upgrade from Tauri 1.0 or migrate from another framework.

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

<CardGrid> <LinkCard title="Upgrade from Tauri 1.0" href="/start/migrate/from-tauri-1/" description="Read more about the updates you need to make to a version 1 project in order to upgrade to version 2." /> <LinkCard title="Migrate from Tauri 2.0 beta" href="/start/migrate/from-tauri-2-beta/" description="Read more about the updates required for the 2.0 beta project to upgrade to 2.0." /> </CardGrid>