Page 20

Vue JS Tag input Part 27 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori November 30th, 2017

In the last tutorial https://serversideup.net/tagging-with-laravel/ 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 […]

Keep Reading →
Break between articles
Implementing the Vue JS Tag Component Part 26 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori November 30th, 2017

In the last tutorial we built a Vue JS tag component https://serversideup.net/vue-js-tag-input/. Now we have to implement the tagging component. We will be doing this on the NewCafe.vue page. Step 1: Implement the Vue TagsInput component on the new Cafe page. To do this, first open up /resources/assets/js/pages/NewCafe.vue. This is our form to add a […]

Keep Reading →
Break between articles Break between articles Break between articles Break between articles
1 18 19 20 21 22 26