Vue JSON Forms

$ npm create vue@latest
Need to install the following packages:
  create-vue@3.9.2
Ok to proceed? (y) 

Vue.js - The Progressive JavaScript Framework

✔ Project name: … jsonforms
✔ Target directory "jsonforms" is not empty. Remove existing files and continue? … No / Yes
✔ Add TypeScript? … No / Yes
✔ Add JSX Support? … No / Yes
✔ Add Vue Router for Single Page Application development? … No / Yes
✔ Add Pinia for state management? … No / Yes
✔ Add Vitest for Unit Testing? … No / Yes
✔ Add an End-to-End Testing Solution? › Cypress
✔ Add ESLint for code quality? … No / Yes
✔ Add Prettier for code formatting? … No / Yes

Scaffolding project in /home/baz/WebDev/jsonformsVue/jsonforms...

Done. Now run:

  cd jsonforms
  npm install
  npm run format
  npm run dev