Videos tagged with: api
Add Image To Post Type
In this episode of theming with WordPress REST API and Vue.js we are going to add URL to featured image of our custom post type to our REST API.
Custom Post Types
In this episode of Theming with WP REST API and Vue.js I'm going to show you how to set up custom post types for your REST API
Wrapping Up Full Post
In this episode of WP REST API theming with Vue.js we are going to wrap up what we started doing in previous episode and finish setting up our full post view.
Register a User on Drupal 8
In this episode of Drupal 8 and Vue.js tutorials we are going to create a way for our users to register on our Drupal 8 site.
Update Movie With Vue.js
In this tutorial we are going to finish our CRUD system with Drupal 8 and Vue.js. The last thing we need to do is make an update system.
Delete Movie With Vue.js
In this tutorial I'm going to show you how to delete an item using Drupal 8 REST API and Vue.js.
Creating Movie With Vue.js
In this tutorial you will learn how to connect to the Drupal 8 REST API and create a new movie node using Vue.js and Vue resource plugin.
Routing and Components
In this Vue.js tutorial we are going to connect together Vue routing and Vue components to make our single-page app work the way we want.
Vue Routing
In this Vue.js tutorial I'm going to show you how to setup routes for your Vue.js application.
Vue Components
In this Vue.js tutorial I'm going to make a short introduction to components in Vue.js, before we start putting our single-page app together.
Displaying Single Data Item
In this tutorial we are going setup our Drupal 8 API so that it will send only one movie to our Vue.js app. And then we are going to display that movie.
Making Filter Dynamic
In this episode of Drupal 8 and Vue.js learn how to make our genre filter dynamic. And for that we are going to use jQuery.
Enable CORS for Drupal 8
In this quick Drupal 8 and Vue.js video I'm going to show you how to enable CORS (Cross-Origin Resource Sharing) for Drupal 8.
Live Filtering With Vue.js
In this episode of Drupal 8 and Vue.js tutorial series we are going to create live filters for our movies app using the power of Vue.js