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.38k stars 4.05k forks source link

How to add extensions [help] #3726

Closed ryprfpryr closed 3 years ago

ryprfpryr commented 3 years ago

Please, can anyone explain in clear steps how to add extensions?

Thank you VERY much!

artf commented 3 years ago

I think you're looking for this https://grapesjs.com/docs/modules/Plugins.html

ryprfpryr commented 3 years ago

I think you're looking for this https://grapesjs.com/docs/modules/Plugins.html

Hey @artf thanks for your reply but what I really need to know is how to add existing extensions/plugins to my Grapesjs. My main objective is to host a Grapsjs instance with the same modules/extensions as your demo page.

artf commented 3 years ago

Hey @ryprfpryr you can check the demo file here https://github.com/artf/grapesjs/blob/gh-pages/demo.html

ryprfpryr commented 3 years ago

Thanks @artf I have used the demo.html code as my index.html but the page remains blank. Do I need to make any additional steps? Thanks again

artf commented 3 years ago

No additional steps are required, for sure you've missed something or left some syntax error. Check the inspector for errors.