LaravelPackages.net
Acme Inc.
Toggle sidebar
mel-zedeks/vilt-starter

Configure your freshly installed laravel project with Vue, Inertia, and Tailwind css using vite as frontend tooling

124
0
v2.2.6
About mel-zedeks/vilt-starter

mel-zedeks/vilt-starter is a Laravel package for configure your freshly installed laravel project with vue, inertia, and tailwind css using vite as frontend tooling. It currently has 0 GitHub stars and 124 downloads on Packagist (latest version v2.2.6). Install it with composer require mel-zedeks/vilt-starter. Discover more Laravel packages by mel-zedeks or browse all Laravel packages to compare alternatives.

Last updated

Vue + Inertia + Laravel + Tailwind css (VILT) Starter Kit

Introduction

VILT Starter provides a quick and simple starting point for adding Vue, Inertia and Tailwind css to your fresh Laravel application. VILT Starter publishes views and configuration files to your application that can be easily customized based on your own application's needs.

License

VILT Starter is open-sourced software licensed under the MIT license.

Thanks

Big thanks to the Team at Laravel, Inertia, Vue and Tailwind for their hard works

Setup

  1. Install the package with composer
$ composer require mel-zedeks\vilt-starter
  1. Run Laravel artisan command to install the UI
$ php artisan vilt:install
Comments