nuxt-template

All-In-One opinionated Nuxt 3 template

APACHE-2.0 License

Stars
2
Committers
1

Nuxt 3 Starter Template

This is a opinionated starter template for Nuxt 3.

It uses Bun as runtime and package manager.

Look at the Nuxt 3 documentation to learn more.

Features

  • 💨 Tailwind CSS
  • ✨ 50+ Vue Components
  • 📏 Linting Rules (ESLint)
  • 🔔 Icon Component For Iconify (Icon)
  • 👀 Server Proxy (Api Party)
  • 🧱 OWASP & Helmet Security Patterns (Security)
  • 🛹 State & Store Management (Pinia)
  • 📦 Vue Composition Collection (VueUse)
  • 🌙 Theme Switcher (Color Mode)
  • 🇬🇧 Language Switcher (I18n)
  • 🔡 Font Manager (Fonts)
  • 🔐 Authentication & Authorization Management (Auth Utils, Authorization)

Setup

Make sure to install the dependencies:

bun install

Development Server

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

bun run dev

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Check out the deployment documentation for more information.

Credits