A Vue.js component that automatically generates a Form from a server-side description of the fields. Check the Wiki section for more info.
To see an example of this component in action, run yarn serve. This will launch the view in dev/serve.ts. Use this for development, too.
- Install with
yarn add @wallscope/vue-schema-forms. - Import with
import VueSchemaForms from '@wallscope/vue-schema-forms'.
To deploy a new version of this package, run yarn publish.