Skip to content

Code-Pop/nuxt-3-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edfcb08 · Jan 22, 2025

History

4 Commits
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Jan 22, 2025
Apr 2, 2023
Apr 2, 2023

Repository files navigation

Nuxt 3 Middleware (Vue Mastery Course)

Setup

Make sure to install the dependencies:

# npm
npm 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.