GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.36k stars 4.05k forks source link

BUG: #3645

Closed codingmachine16 closed 3 years ago

codingmachine16 commented 3 years ago

WARNING

READ and FOLLOW next 3 steps, then REMOVE them before posting the issue

  1. Follow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.md
  2. Do a quick SEARCH first, to see if someone else didn't open the same issue
  3. All relative statements/questions have to be filled/answered, otherwise, the issue might be CLOSED
  4. JSFiddle Starter template https://jsfiddle.net/szLp8h4n
  5. CodeSandbox Starter template https://codesandbox.io/s/1r0w2pk1vl

Version:

You can get the version by typing grapesjs.version into the console

Are you able to reproduce the bug from the demo?

What is the expected behavior?

Describe the bug detailed Hi, We are building a CMS using grapesJs. We have created componets for header, footer,products slider, different kind of banners. We have completed almost a Ecommerce site using grapesjS + React Js +NodeJs and Mongdb. We are able to store and load components to and from DB.

our web admin side is for example abc.com/editor

Here we are creating layout and storing and loading pages

we are facing issue on front end. for example, abc.com/home

Here we want to display stored components and want to bind dynamic data . We dont wat to use editor on front end. Please suggest how is it possible. As this is not mentioned in the Grapes JS docs.

What is the current behavior?

Describe the bug detailed

Are you able to attach screenshots, screencasts or a live demo?

codingmachine16 commented 3 years ago

Hi @artf

Hi, We are building a CMS using grapesJs. We have created componets for header, footer,products slider, different kind of banners. We have completed almost a Ecommerce site using grapesjS + React Js +NodeJs and Mongdb. We are able to store and load components to and from DB.

our web admin side is for example abc.com/editor

Here we are creating layout and storing and loading pages

we are facing issue on front end. for example, abc.com/home

Here we want to display stored components and want to bind dynamic data . We dont wat to use editor on front end. Please suggest how is it possible. As this is not mentioned in the Grapes JS docs.