p-t-a-p-1 / nuxt3-control-page-access

Page access control by authentication with Nuxt3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Page access control by authentication with Nuxt3.


Languages

Language:TypeScript 73.0%Language:Vue 27.0%