Getting ready

This recipe just requires a bit of Vue fundamentals, but really not much else.

Before starting though, ensure that you install RethinkDB. You can find more info on this on their website (https://www.rethinkdb.com/docs/install/). If you have Homebrew, you can install it with brew install rethinkdb.

Also, you will need a Clarifai token. To get one for free, go to https://developer.clarifai.com/ and sign up. You'll be presented with the code you are supposed to write in your application, like in the following image:

In particular, you will need the clientId and the clientSecret, which are displayed in this fashion:

var app = 

Get Vue.js 2 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.