Looking to hire Laravel developers? Try LaraJobs

laravel-nuxt-ui-starter-kit maintained by sti3bas

Description
The skeleton application for the Laravel framework.
Last update
2025/09/25 22:15 (dev-master)
License
Links
Downloads
20

Comments
comments powered by Disqus

Laravel + Nuxt UI Starter Kit

Introduction

Nuxt UI starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using Inertia.

Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.

This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, and the Nuxt UI component library.

What's inside?

This starter kit is based on laravel/vue-starter-kit and includes the following features:

  • Authentication pages:
    • Login
    • Register
    • Forgot Password
    • Reset Password
    • Confirm Password
    • Verify Email
  • Dashboard page
  • Settings pages:
    • Profile
    • Password
    • Appearance

Installation

You can set up this starter kit in two ways:

Option 1: Install via Laravel Herd

One-click installation with Laravel Herd:

Option 2: Install via Laravel Installer

Create a new Laravel application using the official Laravel Installer:

laravel new my-app --using=sti3bas/laravel-nuxt-ui-starter-kit

Screenshots

Welcome Login Dashboard Profile settings Password settings Appearance settings

Welcome Login Dashboard Profile settings Password settings Appearance settings

License

The Laravel + Nuxt UI starter kit is open-sourced software licensed under the MIT license.