Echo JS 0.11.0

<~>
app_dev 1319 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

Replies