Home
Softono

Nuxt3 Starter

Open source Vue
25
Stars
7
Forks
0
Issues
3
Watchers
1 year
Last Commit

 About Nuxt3 Starter

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

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Nuxt3 Starter?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxt3 Starter on your server. plans start at just $30.

Nuxt3 Starter

View on GitHub

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

Navigate to the project's root directory:

cd nuxt3-starter

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.