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
6.86k stars 1.58k forks source link

Non php version #356

Open wisamidris7 opened 2 weeks ago

wisamidris7 commented 2 weeks ago

Can you make a version or branch for non php version cause i really need it a application without php cause i hate it? Or tell me if i can replace it in my local instance only.

givanz commented 2 weeks ago

Using php is optional and is only included for server side page save example.

You can also use node https://github.com/givanz/VvvebJs/blob/master/save.js

Or you can use any backend service by changing the save url https://github.com/givanz/VvvebJs/blob/master/editor.html#L72

On save a POST request is made to data-vvveb-url with the following parameters:

wisamidris7 commented 1 week ago

Thanks i understood it after i read the save.js code cause i think start.js or main.js would be more understandable! 👍