- Laravel 6.0
- Vue + VueRouter + Vuex + VueI18n + ESlint
- Authentication with JWT
- git clone or download
php artisan key:generate
php artisan jwt:secret
php artisan migrate
npm install
# build and watch
npm run watch
# serve with hot reloading
npm run hot
npm run production