codezero / laravel-preset-vue
CodeZero's Laravel Frontend Preset using VueJS.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
pkg:composer/codezero/laravel-preset-vue
Requires
- laravel/framework: ^5.7
This package is auto-updated.
Last update: 2025-09-15 04:36:32 UTC
README
What it includes:
- SASS (SCSS) compilation
- Tailwind CSS
- PurgeCSS, via spatie/laravel-mix-purgecss
- VueJS
- Extracts Vue and Axios to a
vendor.js
file - 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!