Vue Router
/vjuː ˈruːtər/ · Noun · Development
Definitions
The official routing library for Vue.js that maps URL paths to Vue components, supporting nested routes, dynamic route parameters, navigation guards, lazy loading, and HTML5 history mode for single-page applications.
In plain English: The part of a Vue app that decides which page to show based on the web address in the browser.
Example: "I added a beforeEach navigation guard in Vue Router to redirect unauthenticated users to the login page."