https://github.com/codezero-be/laravel-preset-vue
CodeZero's Laravel Frontend Preset using VueJS.
https://github.com/codezero-be/laravel-preset-vue
frontend laravel preset scaffold vue vuejs
Last synced: 10 months ago
JSON representation
CodeZero's Laravel Frontend Preset using VueJS.
- Host: GitHub
- URL: https://github.com/codezero-be/laravel-preset-vue
- Owner: codezero-be
- License: mit
- Created: 2018-10-10T18:38:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T14:34:50.000Z (over 6 years ago)
- Last Synced: 2024-04-19T20:49:08.892Z (over 1 year ago)
- Topics: frontend, laravel, preset, scaffold, vue, vuejs
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Frontend Preset using VueJS
What it includes:
- SASS (SCSS) compilation
- [Tailwind CSS](https://tailwindcss.com)
- [PurgeCSS](https://www.purgecss.com/), via [spatie/laravel-mix-purgecss](https://github.com/spatie/laravel-mix-purgecss)
- [VueJS](https://vuejs.org/)
- 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!