A simple template using formio, vue2, vuex and vite.
-
Inspired from vite-vue2-starter
pnpm run dev # start dev server
pnpm run build # build for production
pnpm run serve # locally preview production build
git clone ...
cd vvf1
pnpm install
pnpm run dev
Add a textField with the builder, then test the form, see how the submission data and the form persist in the store, and how a database update is simulated with a 2 seconds timeout