Skip to main content

Vue Router 배움 목차

배움 목차#

https://router.vuejs.org/guide/

Essential#

  • Basic routing
  • Dynamic route matching
  • Nested routing
  • Programmatic navigation
  • Named routes
  • Named views
  • Redirect and alias
  • Passing props to routes components
  • Html5 history mode

Advanced#

  • Navigation guards
  • Route meta fields
  • Transitions
  • Data fetching
  • Scroll behavior
  • Lazy loading routes