Starter SPA built with Laravel 5.7, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 1.3
- Clone the repo
- Copy
.env.example
to.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/views
directories exist. Runmkdir -p storage/framework/{sessions,views,cache}
- Run
npm run hot
for live reloading - Run
npm run prod
for production buid
- Lightweight Vuetify Toast Snackbar
- Checkout this Confirm Dialog Component that you can add and extend in your application