A visual form designer/generator base on Vue.js, make form development simple and efficient.(基于Vue的可视化表单设计器,让表单开发简单而高效。)
Vue FormMaking is a project developed based on Vue and Element-UI, utilizing the latest front-end technology stack. It provides a visual form design tool and generator, with built-in i18n internationalization support, all aimed at simplifying and enhancing the development process. There are both a base version and an advanced version available, with the latter offering more components, functionality, and support for Vue3.
To install Vue FormMaking, you can follow these steps:
Install Vue FormMaking via npm:
npm install vue-form-making
Import Vue FormMaking into your project:
import VueFormMaking from 'vue-form-making';
import 'vue-form-making/dist/vue-form-making.css';
Vue.use(VueFormMaking);
Start using Vue FormMaking components in your Vue files:
<template>
<vue-form-making></vue-form-making>
</template>
Vue FormMaking is a versatile tool for simplifying form development in Vue projects. With features like visual design, code generation, custom components, and internationalization support, it offers a comprehensive solution for creating dynamic forms efficiently. The availability of both base and advanced versions caters to varying development needs, making it a valuable addition to any Vue project.