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

Heads up on how to implement it? #5

Closed digixweb closed 5 years ago

digixweb commented 5 years ago

I am new to Vue.js, so I am afraid I am missing some crucial understanding here. But how do you reference and use the forms in my own app? I am only able to setup the template/gui interface. So I can generate forms, and it outputs also some vue form data. But how do I integrate these form in my own app?

sethsandaru commented 5 years ago

Ah yeah. You need to know how the library works first.

For a good example, you can follow my example in this repo: https://github.com/sethsandaru/demo-vue-form-builder