Skip to content

Nuxt 3 Authentication boilerplate with a lot of useful features. Nuxt 3 + Bootstrap with Admin panel

Notifications You must be signed in to change notification settings

irabbi360/nuxt3-starter

Repository files navigation

Nuxt 3 starter template and boilerplate with a lot of useful features. Nuxt 3 + Bootstrap 5 with Admin panel

Look at the Nuxt 3 documentation to learn more.

Setup

This boilerplate uses the following tools::

Feature

  • ✅ Bootstrap 5 Admin Panel
  • ✅ Dark Mode
  • ✅ Vue I18n Multi Language
  • ✅ Login
  • ✅ Registration

How To Use

Clone the repository

git clone https://github.com/irabbi360/nuxt3-starter.git

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Locally preview production build:

# yarn
yarn build

# npm
npm run preview

Check out the deployment documentation for more information.