laravel-preset-vue maintained by codezero
Laravel Frontend Preset using VueJS
What it includes:
- SASS (SCSS) compilation
- Tailwind CSS
- PurgeCSS, via spatie/laravel-mix-purgecss
- VueJS
- Extracts Vue and Axios to a
vendor.jsfile - File versioning
- Removes Bootstrap and jQuery
- Adds custom
.gitignore - Adds some basic views with a layout file
Installation
Install via Composer:
composer require codezero/laravel-preset-vue --dev
Apply the scaffolding by running:
php artisan preset codezero-vue
All done!