Home
Softono
nuxt3-starter

nuxt3-starter

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

About nuxt3-starter

# 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](https://nuxt.com/docs/getting-started/introduction) 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 ```bash git clone https://github.com/irabbi360/nuxt3-starter.git ``` Navigate to the project's root directory: ```bash cd nuxt3-starter ``` Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install ``` ## Development Server Start the development server on http://localhost:3000 ```bash # yarn yarn dev # npm npm run dev ``` ## Production Build the application for production: ```bash # yarn yarn build # npm npm run build ``` Locally preview production build: ```bash # yarn yarn build # npm npm run preview ``` Check out the [deploym ...

Platforms

Web Self-hosted

Languages

Vue

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.