Vue Router
Our application will need a combination of Laravel route and Vue Router. Let's get it all setup.
Vue Router is the official plugin for creating robust single page applications. In this episode, we install and create a simple 3 page SPA showing the basics of routing with Vue Router.
Simple Routing From Scratch
Let's setup a simple routing implementation for our project using some clever javascript and Vue.