laravel-vuetify-spa-starter
laravel-vuetify-spa-starter copied to clipboard
Laravel Vuetify Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
trafficstars
Laravel Vuetify SPA Starter
Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
Included
Installation:
- Clone the repo
- Copy
.env.exampleto.env - Configure
.env - Run
composer install - Run
php artisan key:generate - Run
php artisan jwt:secret - Run
php artisan migrate - Run
npm install - Make sure
storage/framework/cache,storage/framework/sessions,storage/framework/viewsdirectories exist. Runmkdir -p storage/framework/{sessions,views,cache}
Usage
- Run
npm run watchfor live reloading using BrowserSync - Run
npm run hotfor hot reloading - Run
npm run prodfor production buid
Bonus
- Lightweight Vuetify Toast Snackbar
- Checkout this Confirm Dialog Component that you can add and extend in your application