▲ JavaScript Library for building complex Entry Forms easily with HTML and Vue (or Handlebars) - Demo App at www.dataformsjs.com▼1 up and 0 down, posted by app_dev 1660 days ago 1 comment
app_dev 1660 days ago. link 1 point ▲ ▼Basically this is a Demo App that uses Vue Templating using a JavaScript SPA Framework I created that allows for Entry Forms to be defined in a low-code manner using only HTML and data attributes on the HTML Elements. The Source of the main page is here: https://github.com/dataformsjs/dataformsjs/blob/master/examples/entry-form-demo-vue.htm The library downloads additional HTML files the first time they are used so here is an example of the demo entry form: https://github.com/dataformsjs/dataformsjs/blob/master/examples/html/entry-form-vue.htm Additionally a Handlebars Version of the same app exists here: https://www.dataformsjs.com/examples/entry-form-demo-hbs.htm