Introduction
Here is a completely working Nuxt 3 Template ! This app is a single-page application built with Nuxt 3 and includes features such as OAuth authentication with Google, translation with I18n, and a dark and light theme and many more… Everything is connected and ready to use to a working api in NestJS check here !!! NestJS Template
Features
- OAuth authentication with Google
- Translation with I18n
- Dark and light theme
- Authentication with JSON Web Tokens (JWTs) and refresh tokens
- Working forgot password
- Role Feature
- Admin Dashboard
- Support Ticket integration
- This template is fully responsive and use CSS pre-processors (SCSS)
Getting Started
To get started with this Nuxt 3 App, follow these steps:
Clone the repository:
git clone [email protected]:HugoRCD/nuxtjs-boilerplate.git
Install dependencies:
yarn install
Start the development server:
yarn run serve
Now you can open the app in your browser at http://localhost:8080
Documentation
For more information on how to use this Nuxt 3 App, see the documentation.
License
This Nuxt 3 Template is licensed under the MIT License.