Skip to content

mhshariatipour1378/nuxt3-project-base

Repository files navigation

nuxt3-project-base

The structure of Next projects.

Installation

First, clone the project and then run the following command:

npm install 

Then, run the project with the following command:

npm run dev

The project can be seen at localhost:3000.

packages

Style

State management

Input Validation

Authentication

In this project, we used the JWT standard for user authorization. JWT (JSON Web Token) is a commonly used user authentication and authorization standard, used to exchange data securely. Whenever the user wants to access a protected route or resource, the user agent should send the JWT, in the Authorization header using the Bearer schema. The content of the header should look like the following:

Authorization: Bearer <token>

About

The structure of Next projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published