wouter-vue Documentation

Migration Guide

Guide for migrating from vue-router to wouter-vue.

Key Differences

vue-routerwouter-vue
useRouter()useLocation()
useRoute()useRoute(pattern)
$route.paramsuseParams()
<router-view><Route>
<router-link><Link>
Route config arrayDeclarative <Route> components

Step-by-Step Migration

1. Install wouter-vue

2. Replace Router

Before:

After:

3. Replace Navigation

Before:

After:

4. Replace Route Matching

Before:

After:

Common Patterns

See API Reference for full API documentation.

Built with wouter-vue • GitHub