It doesn't send any data or have axios integrated. It will output the form (probably in Vue) for a developer on the client side to connect the dots with an API.
Not sure I agree. From our own experience the boring and time consuming part is translating the specific design to front-end code. "Connecting the dots" is the essential and most important part, not necessarily what it takes more time.
There's more to building your UI than just implementing the design. Even if using this tool all the logic and state management you have to do by yourself.
Putting together the form is the easy part, especially in a large application. You implement your inputs once and re-use them across the app. It's managing the UX and business logic that's hard.