codezero / laravel-preset-vue
CodeZero's Laravel Frontend Preset using VueJS.
1.0.0
2018-10-11 12:38 UTC
Requires
- laravel/framework: ^5.7
This package is auto-updated.
Last update: 2026-02-15 05:43:02 UTC
README
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!