Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ starter-laravel Public template

Nuxt UI Pro minimal starter for Laravel using Inertia.js.

Notifications You must be signed in to change notification settings

nuxt-ui-pro/starter-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Starter Template

Nuxt UI Pro

This Laravel starter is based on laravel/vue-starter-kit and demonstrate how to use Nuxt UI Pro in a Laravel application using Inertia.js.

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

composer run dev