givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.07k stars 1.62k forks source link

how to integrate with ASP MVC or Orchard Core #242

Closed fasteddys closed 2 years ago

fasteddys commented 2 years ago

Hello, this is very promising, can you please share the steps to integrate this with the platform.

Also consider yourself with a list of Form Templates/Builders

givanz commented 2 years ago

Hi

The easiest way to integrate it into any platform is to copy the javascript and css files (/libs and /css folders) and then create a page in your platform/cms and copy the editor html code from editor.html in this page, then adjust the path to /libs /css files to point to the right location on your platform.