One Page App With Drupal 8 and Vue.js  / Episode  10  /  

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.

As you can imagine creating a new Drupal node via REST API is not as easy as getting the list of nodes or one node. Mostly because to create a new node via REST API you need to take care of Drupal authorization first. You don't want unauthorized users to add content to your site as they please.

But as you will see, if you are using Vue.js and its resource plugin to make your requests to the Drupals API creating a new node via REST is very easy if you know what you are doing.

In this episode we are going to create a form that will let us enter title and body of our movie node. Then we are going to post the data that we get from that form to Drupal and create a new movie node.

I'm also going to show you how to inform a user of successful post request to the Drupl 8 REST API.

Wanna ask a question about video?

Like This Video?

Support it by sharing it ;)

© Watch And Learn,2024