Skip to content
/ vvf1 Public

Simple template for using formio with vuejs2, vuex and vite

Notifications You must be signed in to change notification settings

mgurzixo/vvf1

Repository files navigation

vvf1

A simple template using formio, vue2, vuex and vite.

Scripts

  pnpm run dev # start dev server
  pnpm run build # build for production
  pnpm run serve # locally preview production build

Usage

  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

Notes

  • degit is recommended instead of 'git clone' if you want to start a new project

  • CSS imports are tricky... cf. styles.scss

  • pnpm is great!

About

Simple template for using formio with vuejs2, vuex and vite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published