Vue JS Tag input

Originally published at: Vue JS Tag input - Server Side Up

In the last tutorial Tagging With Laravel - Server Side Up we built some tagging API routes for Laravel. Now we need to build the front end. Since we are doing everything in VueJS this will be a VueJS Tag Input component. It can get a little complicated with some of the UX such as showing a tag once it has…