Day 0 - Luna Park is NOT Vue.js and other frameworks.
Before installing Luna Park, I was sure that it was just a graphical shell for Vue.js, so I started studying the documentation. Vue.js.
This is difficult to understand for a beginner. There are so many different file types, how it interacts with each other, what is the difference between Properties and Variables.
I had to discard what I had read earlier and sit down to carefully re-read the documentation, which I think is written for very experienced users.
There are many nodes whose purpose I don’t understand, and a weak description of the tooltips.
Properties are passed from parent to children, so children can only ready them, not write them (there’s a special case with objects and models, tell me if you want precision on this).
Variables are just variables that you can use in your Logic. You can both write and read them.
This is just my diary in which I would like to describe my feelings in order to understand the logic of a beginner. Based on this, messages are created in other topics.