matecardoso/nuxt-ui-starter-kit

The skeleton application for the Laravel framework.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 216

Language:Vue

Type:project

dev-main 2025-09-13 06:22 UTC

README

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

Features

  • Laravel 12: The latest version of the Laravel framework.
  • Vue 3: Utilizes the modern Composition API.
  • Inertia.js: Build a modern, single-page app experience with server-side routing.
  • Nuxt UI: A UI Library for Vue, built by the Nuxt team.
  • TypeScript: For type-safe JavaScript development.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.

Quick Start

Getting started is simple. Just run the following command to create a new project:

laravel new your-project-name --using=matecardoso/nuxt-ui-starter-kit

This single command will create a new Laravel project and handle the entire installation and configuration process for you.

Once the installation is complete, cd into your new project directory and start the development server:

cd your-project-name
npm run dev

Your application will be available at http://localhost:8000.

License

This starter kit is open-sourced software licensed under the MIT license.