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.
This boilerplate uses the following tools::
- ✅ Bootstrap 5 Admin Panel
- ✅ Dark Mode
- ✅ Vue I18n Multi Language
- ✅ Login
- ✅ Registration
git clone https://github.com/irabbi360/nuxt3-starter.git
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
# yarn
yarn dev
# npm
npm run dev
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.