An open API service indexing awesome lists of open source software.

https://github.com/cba85/vue3-router4

Vue 3 Router 4
https://github.com/cba85/vue3-router4

vue-router4 vue3

Last synced: 20 days ago
JSON representation

Vue 3 Router 4

Awesome Lists containing this project

README

          

# Vue 3 Router

> For demonstration purpose only

https://router.vuejs.org/

1. Install: https://router.vuejs.org/guide/
2. First route
3. Anchor generation
4. HTML5 history mode: https://router.vuejs.org/guide/essentials/history-mode.html
5. Dynamic route matching / 404: https://router.vuejs.org/guide/essentials/dynamic-matching.html
6. Named routes: https://router.vuejs.org/guide/essentials/named-routes.html
7. Route object information / Push vs replace / Go method: https://router.vuejs.org/guide/essentials/navigation.html
8. Redirecting: https://router.vuejs.org/guide/essentials/redirect-and-alias.html
9. Props: https://router.vuejs.org/guide/essentials/passing-props.html
10. Nested routes: https://router.vuejs.org/guide/essentials/nested-routes.html
11. Active page classes
12. Router link customization
13. Navigation guards: https://router.vuejs.org/guide/advanced/navigation-guards.html
14. Page title
15. Fetch content before rendering: https://router.vuejs.org/guide/advanced/data-fetching.html
16. Scroll behavior: https://router.vuejs.org/guide/advanced/scroll-behavior.html
17. Transitions: https://router.vuejs.org/guide/advanced/transitions.html
18.