Laravel Packages

Laravel Nuxt UI Starter Kit

Published
Laravel Nuxt UI Starter Kit image

The Laravel Nuxt UI Starter Kit is a production-ready kit with Vue 3, Inertia.js v2, Nuxt UI Components, and Tailwind CSS v4. This starter kit is built for developers who want to start their next web application with modern tools and best practices already configured.

Laravel Nuxt UI starter kit dashboard
Laravel Nuxt UI starter kit dashboard
Notifications panel
Notifications panel

Main Features

  • Zero Configuration: Everything is pre-configured and ready to use
  • Best Practices: Modern architecture patterns and coding standards built-in
  • Full Authentication: Complete auth system you can customize or use as-is
  • Beautiful UI: Nuxt UI component library with Tailwind CSS v4
  • Type Safety: TypeScript on frontend, PHP 8.2+ with strict types on backend
  • Developer Tools: Testing, linting, formatting, and quality checks ready to go
  • Example Code: Reference implementations for common patterns

Get Started

To create a new project with the Laravel Nuxt UI Starter Kit, use the Laravel installer with the following commands:

$ laravel new example-app --using=jkque/laravel-nuxt-ui-starter-kit
 
$ cd example-app
$ composer run dev

Or using composer create-project directly:

$ composer create-project jkque/laravel-nuxt-ui-starter-kit \
--prefer-dist example-app --stability=dev
 
$ cd example-app
 
$ composer run dev

The README has other installation options such as using Git to clone the repo.

💻 You can get started with this Laravel Starter Kit on GitHub: laravel-nuxt-ui-starter-kit

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article