File: SUMMARY.md

package info (click to toggle)
vue-router.js 3.4.9%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,212 kB
  • sloc: javascript: 7,982; sh: 22; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# vue-router

<!--email_off-->
> Merke: vue-router@2.x ist nur mit Vue 2.x kompatibel. Dokumentation für 0.7.x ist [hier (englisch)](https://github.com/vuejs/vue-router/tree/1.0/docs/en)
<!--/email_off-->

**[Versionshinweise (englisch)](https://github.com/vuejs/vue-router/releases)**

- [Installation](installation.md)
- Grundlegendes
  - [Erste Schritte](essentials/getting-started.md)
  - [Dynamisches Route-Matching](essentials/dynamic-matching.md)
  - [Verschachtelte Routes](essentials/nested-routes.md)
  - [Programmatische Navigation](essentials/navigation.md)
  - [Benannte Routes](essentials/named-routes.md)
  - [Benannte Views](essentials/named-views.md)
  - [Redirect und Alias](essentials/redirect-and-alias.md)
  - [HTML5-Verlaufsmodus](essentials/history-mode.md)
- Fortgeschritten
  - [Navigations-Guards](advanced/navigation-guards.md)
  - [Route Meta-Felder](advanced/meta.md)
  - [Transitions (Übergänge)](advanced/transitions.md)
  - [Daten laden](advanced/data-fetching.md)
  - [Scroll-Verhalten](advanced/scroll-behavior.md)
  - [Lazy Loading](advanced/lazy-loading.md)
- API-Referenz
  - [router-link](api/router-link.md)
  - [router-view](api/router-view.md)
  - [Das Route-Objekt](api/route-object.md)
  - [Router-Option](api/options.md)
  - [Router-Instanz](api/router-instance.md)
  - [Injection von Komponenten](api/component-injections.md)