/nuxt3-control-page-access

Page access control by authentication with Nuxt3.

Primary LanguageTypeScript

Nuxt 3 Control Page Access Demo

This is a sample repository implemented in Nuxt3 for controlling page access by authorization.

Setup

Note

The recommended version of Node is 20 or later.
※ If you are using Volta, the version switches automatically.

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

# pnpm
pnpm run dev