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
- Host: GitHub
- URL: https://github.com/cba85/vue3-router4
- Owner: cba85
- Created: 2021-02-27T11:03:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T18:01:56.000Z (about 5 years ago)
- Last Synced: 2025-03-11T21:42:38.312Z (over 1 year ago)
- Topics: vue-router4, vue3
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.