Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eclipsesource/jsonforms-vue-seed

Vue 3 and Vue 2 seed for JSON Forms
https://github.com/eclipsesource/jsonforms-vue-seed

forms json jsonforms seed vue2 vue3

Last synced: about 1 month ago
JSON representation

Vue 3 and Vue 2 seed for JSON Forms

Awesome Lists containing this project

README

        

# JSON Forms Vue Seed

This seed demonstrates how to use [JSON Forms](https://jsonforms.io) with Vue in order to render a simple form for displaying a task entity.

You can find the [Vue 2 seed on the `vue2` branch](https://github.com/eclipsesource/jsonforms-vue-seed/tree/vue2).
**_NOTE:_** Vue 2 is only suported until JSON Forms 3.1.0.

It is based on the `vue create` Hello World project.

`src/App.vue` contains the JSON Forms specific code.

- Execute `npm ci` to install the prerequisites.
- Execute `npm run serve` to start the application.

Browse to http://localhost:8080 to see the application in action.

For more information please see the JSON Forms Vue [documentation](https://jsonforms.io/docs/integrations/vue).