Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
- 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 watch
for live reloading using BrowserSync - Run
npm run hot
for hot 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