RC
Getting Started Guide API Examples Community
  • Concepts
    • What is Nuxt?
    • Vue.js Development
    • Rendering Modes
    • Auto Imports
    • Server Engine
    • TypeScript
  • Features
    • Views
    • Routing
    • Assets
    • Head Management
    • Data Fetching
    • State Management
    • Error Handling
    • Plugins
    • Server Routes
    • Runtime Config
    • Teleports
    • Modules
  • Directory structure
    • .nuxt
    • .output
    • assets
    • components
    • composables
    • layouts
    • middleware
    • node_modules
    • pages
    • plugins
    • public
    • server
    • .gitignore
    • app.vue
    • .nuxtignore
    • nuxt.config.ts
    • package.json
    • tsconfig.json
  • Deploy
    • Node.js Server
    • Static Hosting
    • Deployment Presets
  • Going further
    • How Nuxt Works?
    • Lifecycle Hooks
    • Module Author Guide
    • Nuxt Kit
    • ES Modules
    • NuxtApp
    • Testing
    • Edge Channel
  • Concepts
    • What is Nuxt?
    • Vue.js Development
    • Rendering Modes
    • Auto Imports
    • Server Engine
    • TypeScript
  • Features
    • Views
    • Routing
    • Assets
    • Head Management
    • Data Fetching
    • State Management
    • Error Handling
    • Plugins
    • Server Routes
    • Runtime Config
    • Teleports
    • Modules
  • Directory structure
    • .nuxt
    • .output
    • assets
    • components
    • composables
    • layouts
    • middleware
    • node_modules
    • pages
    • plugins
    • public
    • server
    • .gitignore
    • app.vue
    • .nuxtignore
    • nuxt.config.ts
    • package.json
    • tsconfig.json
  • Deploy
    • Node.js Server
    • Static Hosting
    • Deployment Presets
  • Going further
    • How Nuxt Works?
    • Lifecycle Hooks
    • Module Author Guide
    • Nuxt Kit
    • ES Modules
    • NuxtApp
    • Testing
    • Edge Channel

Routing

🚧
Documentation for this section is not yet complete. You can contribute to the documentation.
👉
Read more in Guide > Directory Structure > Pages.
👉
Read more in Guide > Directory Structure > Middleware.
Edit this page on GitHub Updated at Wed, May 25, 2022

Features Views
Features Assets
Twitter GitHub

Nuxt 2 documentation