bwl21 / jsonforms-vue-seed

Vue 3 and Vue 2 seed for JSON Forms

Home Page:https://jsonforms-vue-seed.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Forms Vue Seed

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 2 seed on the vue2 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.

About

Vue 3 and Vue 2 seed for JSON Forms

https://jsonforms-vue-seed.netlify.app

License:Other


Languages

Language:Vue 73.5%Language:HTML 13.4%Language:JavaScript 10.1%Language:TypeScript 3.0%