Laravel Breeze - nuxt.js Edition 🏝️

Introduction

This repository is an implementing of the Laravel Breeze application / authentication starter kit frontend in nuxt.js. All of the authentication boilerplate is already written for you - powered by Laravel Sanctum, allowing you to quickly begin pairing your beautiful nuxt.js frontend with a powerful Laravel backend.

screencapture-localhost-3000-2022-04-16-22_51_08

screencapture-localhost-3000-movies-2022-04-16-22_51_25

screencapture-localhost-3000-movies-watch-2-2022-04-16-22_52_20

screencapture-localhost-3000-watchlist-2022-04-16-22_51_51

Official Documentation

Installation

run command

npm i && npm run dev

Note: Currently, we recommend using localhost during local development of your backend and frontend to avoid CORS "Same-Origin" issues.