Skip to content

Introduction

vue-form-craft is a low-code form tool based on Vue 3.+ and built on the Element Plus UI library.

Its purpose is to provide frontend developers with the ability to quickly build forms, implement form interactions, and collect data. 😄

Core

vue-form-craft consists of two main parts: FormDesign, the form designer that generates JsonSchema through drag and drop, and FormRender, which renders the JsonSchema into a form.

About