Answer the question
In order to leave comments, you need to log in
How to implement a website builder?
There is a set of custom components on Vue.js.
There is a constructor ( Grapesjs ) that will be used beforehand (doesn't seem to support Vue components out of the box).
Task: Implement a website builder using custom components.
From what I'm thinking:
Answer the question
In order to leave comments, you need to log in
Hey!
GrapesJS cool constructor from ours! I wish him prosperity and development!
To the point:
Grape has his own render and it’s a bit problematic to wedge in the render of Vue components.
Grape allows you to write your own custom blocks and plugins, you need to learn how these custom are created.
how to connect with Vue -
connect the Vue framework to the Grape project,
connect the components and the js files themselves through custom vue.js blocks,
and then VUE, seeing its components in the markup (for example, ) will compile on the fly to HTML with all reactivity.
When you export HTML from Grape, be sure to include Vue in the project
as I understand it, it's best to store these constructed html pages in the database and get them from there through the API
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question