How to do it...

Writing a journal is a difficult task, you have to write a lot every day. In this recipe, we'll build an automatic journal that will write for us, based on pictures we take during the day.

Horizon will help us to memorize everything and to sync the diary between our devices. After installing RethinkDB, install Horizon with the following command:

npm install -g horizon

Now, you'll have the new command, hz, available. Check it by typing hz -h; you should see something like the following:

To create the directory that will host our new app, type the following:

hz init vue_app

Then, enter the newly create vue_app directory and ...

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.