|
| 1 | +# vue-router ドキュメンテーション [](https://www.npmjs.com/package/vue-router) |
| 2 | + |
| 3 | +- [インストール](installation.md) |
| 4 | +- [基本的な使い方](basic.md) |
| 5 | +- [Nested Routes](nested.md) |
| 6 | +- [Route オブジェクト & Route マッチング](route.md) |
| 7 | +- [Router オプション](options.md) |
| 8 | +- [router-view](view.md) |
| 9 | +- [v-link](link.md) |
| 10 | +- [トランジションパイプライン](pipeline/README.md) |
| 11 | + - [トランジションフック](pipeline/hooks.md) |
| 12 | + - [data](pipeline/data.md) |
| 13 | + - [activate](pipeline/activate.md) |
| 14 | + - [deactivate](pipeline/deactivate.md) |
| 15 | + - [canActivate](pipeline/can-activate.md) |
| 16 | + - [canDeactivate](pipeline/can-deactivate.md) |
| 17 | + - [canReuse](pipeline/can-reuse.md) |
| 18 | +- [API リファレンス](api/README.md) |
| 19 | + - [Router インスタンスプロパティ](api/properties.md) |
| 20 | + - [router.start](api/start.md) |
| 21 | + - [router.stop](api/stop.md) |
| 22 | + - [router.map](api/map.md) |
| 23 | + - [router.on](api/on.md) |
| 24 | + - [router.go](api/go.md) |
| 25 | + - [router.replace](api/replace.md) |
| 26 | + - [router.redirect](api/redirect.md) |
| 27 | + - [router.alias](api/alias.md) |
| 28 | + - [router.beforeEach](api/before-each.md) |
| 29 | + - [router.afterEach](api/after-each.md) |
0 commit comments