{% if name %}

Editor for: {{ name }}

canvas id: {{ id }} {% else %}

Hello, World!

{% endif %}

This is a page. Vue is: 1. set up your data. fetch json of either 1 item or the whole list.

1.1 Make your main div with id, and custom tags in it.

2. Make some components

3. Including the one that corresponds to the html / main div above.