It's demo project of working laravel with nuxt js. How to connect and work with nux & laravel. Authentication with nuxt & laravel

backend

Build Setup

$ composer install

$ php artisan key:generate

$ setup database

$ php artisan serve

Build Status Total Downloads Latest Stable Version License

check out Laravel.com docs.

frontend

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.