/nuxt3-nestedroute-example

An example Nuxt 3 project for nested routes (pages).

Primary LanguageVue

Nuxt3 Nested Routes Example

An example of a Nuxt 3 project with nested routes (pages) including:

Nested Routes (Using <NuxtPage>)

How it looks like

Build Setup

# install dependencies
$ yarn install

# Serve with hotreload on http://localhost:3000
$ yarn dev

# Production
$ yarn build
$ yarn start

# Static Site Generator
$ yarn generate