Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eclipsesource/jsonforms-vue-seed
- Owner: eclipsesource
- License: other
- Created: 2021-02-25T13:39:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:46:18.000Z (4 months ago)
- Last Synced: 2024-12-19T05:08:03.406Z (about 1 month ago)
- Topics: forms, json, jsonforms, seed, vue2, vue3
- Language: Vue
- Homepage: https://jsonforms-vue-seed.netlify.app
- Size: 649 KB
- Stars: 41
- Watchers: 7
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).