Skip to content

This example shows how to use Formizee with Vue.js

License

Notifications You must be signed in to change notification settings

formizee/formizee-vue-example

Repository files navigation

Formizee with Vue.js

This example shows how to use Formizee with Vue.js.

Instructions

  1. Update the endpoint vairable in src/views/Home.vue file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
  1. Install dependencies:
pnpm install
  1. Run Vue locally:
pnpm dev

License

MIT License