Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 577 Bytes

File metadata and controls

16 lines (9 loc) · 577 Bytes

Vue Schema Forms

A Vue.js component that automatically generates a Form from a server-side description of the fields. Check the Wiki section for more info.

See this component in action

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.

Use this plugin in other projects

  1. Install with yarn add @wallscope/vue-schema-forms.
  2. Import with import VueSchemaForms from '@wallscope/vue-schema-forms'.

Deploy

To deploy a new version of this package, run yarn publish.