Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irabbi360/nuxt3-starter
Nuxt 3 Authentication boilerplate with a lot of useful features. Nuxt 3 + Bootstrap with Admin panel
https://github.com/irabbi360/nuxt3-starter
boilerplate nuxt nuxt3 nuxt3-auth nuxt3-authentication nuxt3-boilerplate nuxt3-starter nuxt3-template nuxtjs vue
Last synced: 5 days ago
JSON representation
Nuxt 3 Authentication boilerplate with a lot of useful features. Nuxt 3 + Bootstrap with Admin panel
- Host: GitHub
- URL: https://github.com/irabbi360/nuxt3-starter
- Owner: irabbi360
- Created: 2023-02-16T08:30:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:41:02.000Z (7 months ago)
- Last Synced: 2024-06-04T09:02:56.006Z (7 months ago)
- Topics: boilerplate, nuxt, nuxt3, nuxt3-auth, nuxt3-authentication, nuxt3-boilerplate, nuxt3-starter, nuxt3-template, nuxtjs, vue
- Language: Vue
- Homepage:
- Size: 646 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```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 [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.