Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
- 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}
- Run
npm run watchfor live reloading using BrowserSync - Run
npm run hotfor hot reloading - Run
npm run prodfor production buid
- Lightweight Vuetify Toast Snackbar
- Checkout this Confirm Dialog Component that you can add and extend in your application