Front-end customizable data template engine

clipboard.png
want to do something like this. On the browser side, you can drag the component according to your will, and finally save it into a template. When you call it, you can fill in the data. I don"t know if the gods have any suggestions. At present, I don"t know which template engine can meet this demand

.

you can refer to what I wrote earlier: https://github.com/azl3979858.

.

essentially represents a page in the form of a json, and a json is generated if the user drags it.

When

is called, you can render a page based on this template and data composition.

the architecture design of the project can refer to one of my blog posts: https://my.oschina.net/wanjub.

.
Menu