Vue Setup
In this episode we are going to setup Vue side of things for our rent-a-car applictaion.
In the previous episode we have setup October CMS side of our rent-a-car project. And in this episode we are going to setup Vue. First we are going to update vue-cli to the newest version. Then we are going to create our application and test is out. Lastly we are going to attempt to connect to the endpoint we created in the previous episode. As you will see that is not going to work, so we will have to install CORS plugin for October CMS and setup our allowed methods.