In this article I will show you how to deploy your Vue js SPA to Laravel 8. Below are the steps/process I followed for my project.
Before we start:
You should have the compiled version of your Vue js SPA from Vue CLI
Lets start…
# create a new Laravel project
> laravel new laravel-cli
> cd…