A project template showing off Laravel integration with Vite 2, Tailwind and InertiaJS.
The VITALI stack demo project showcases how to use Vite 2 (a super-fast ESM-based development environment and production bundler) with Laravel, TailwindCSS, and InertiaJS. It offers an upgraded template with various dependencies, support for Tailwind and Inertia, examples with <script setup> syntax, tsconfig.json for Vetur/Volar plugins in VS Code, component autoloading, and auto reloading for Laravel files.
To install the theme, follow the steps below:
git clone <repository_url>
npm install
npm run dev
The VITALI stack demo project demonstrates the integration of Vite 2, Laravel, TailwindCSS, and InertiaJS. With its upgraded dependencies, support for Tailwind and Inertia, and various additional features, it provides a powerful and efficient development environment for web applications. The installation process is straightforward, allowing developers to quickly set up and start utilizing the benefits of the VITALI stack.