@Vuejs 2 for @Laravel 10
This project is a starter template for creating the front-end of a Laravel 10 + Breeze application using Vue 2.7.14. It includes Vite as the front-end build system, which allows for high-speed compilation. The template uses TypeScript for development and follows the Composition API pattern for Vue. It also includes Laravel Pint for code quality assurance and ESLint with the Google JavaScript Style Guide for TypeScript.
To install and use this starter template, follow the steps below:
composer install and yarn install to install the necessary dependencies..env.example and rename it to .env.php artisan key:generate.yarn run dev.The Laravel 10 + Breeze + Vite + Vue2 + TypeScript Starter Template is a convenient starting point for developing the front-end of a Laravel application. It provides the latest versions of Laravel, Breeze, Vue, and TypeScript, along with tools like Vite for fast compilation and Laravel Pint for code quality assurance. By following the installation guide, developers can quickly set up their development environment and start building their Laravel application with modern front-end technologies.