openfext / vue-form-builder

Build powerful vue form with JSON schema and composition api.
https://openfext.github.io/vue-form-builder
MIT License
386 stars 45 forks source link

Which files do I modify to turn it into the demo? #6

Closed troublesprouter closed 4 years ago

troublesprouter commented 4 years ago

Hi,

I ran the commands on terminal but I don't know which changes to make to which files to make it look like the live demo. Help greatly appreciated.

The project is running correctly on localhost with a login form but I don't know how to go from there to having the larger form from the example and the file to be edited to enable form changes.

felixpy commented 4 years ago

Sorry for late response, take a look at this file in the sample project:

https://github.com/codetrial/element-form-builder/blob/develop/examples/simple-demo/src/components/FormBuilderPreview.vue