sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Minimal Demo #28

Closed jakeaston closed 4 years ago

jakeaston commented 4 years ago

Do you have any plans to add a minimal demo to allow easier porting to Node or other server enviroments?

Thanks

sethsandaru commented 4 years ago

Hi friend,

Sure, but the main idea is simply to understand. You created a form and got the JSON configuration. Simply convert it to JSON String and then put it to the database.

Every time you want to use the form, retrieve the configuration from the database then parse the JSON String to Object and pass it to the Vue Form. :D