Forget File System Routing. Here's How To Setup Custom Routing in Nuxt 3

Forget File System Routing. Here's How To Setup Custom Routing in Nuxt 3

This repository contains a code example for the Forget File System Routing. Here's How To Setup Custom Routing in Nuxt 3 article

Project Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Do you want to master Vue?

Check out Vue - The Road To Enterprise book and take your Vue 2 & 3 skills to the next level with the most advanced Vue book written.

Vue - The Road To Enterprise book