Skip to content

Latest commit

History

History
27 lines (21 loc) 路 1.05 KB

introduction.md

File metadata and controls

27 lines (21 loc) 路 1.05 KB

Introduction

<VueSchoolLink href="https://vueschool.io/courses/vue-router-4-for-everyone" title="Learn how to build powerful Single Page Applications with the Vue Router on Vue School"

Watch a Free Vue Router Video Course

Vue Router is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include:

  • Nested routes mapping
  • Dynamic Routing
  • Modular, component-based router configuration
  • Route params, query, wildcards
  • View transition effects powered by Vue.js' transition system
  • Fine-grained navigation control
  • Links with automatic active CSS classes
  • HTML5 history mode or hash mode
  • Customizable Scroll Behavior
  • Proper encoding for URLs

Get started or play with the playground (see README.md to run them).

<script setup> import HomeSponsors from './.vitepress/components/HomeSponsors.vue' </script>