Adding Posts With Vue
In this episode we are going to create a 'real' Vue.js app, and use it to add new posts to our LoopBack API
Now we are going to create a Vue application separate from our LoopBack API, and in that app wea re going to list our posts and create Vue controlls for adding new posts to our LoopBack API and also our database.