This seed demonstrates how to use JSON Forms with Vue in order to render a simple form for displaying a task entity.
You can find the Vue 3 seed on the main
branch.
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.