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: 2024-10-15 02:54:48 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!