Gathering detailed insights and metrics for form-create-designer
Gathering detailed insights and metrics for form-create-designer
Gathering detailed insights and metrics for form-create-designer
Gathering detailed insights and metrics for form-create-designer
@form-create/designer
好用的Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。
@form-create/antd-designer
AntDesignVue版本Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。
@form-create/vant-designer
基于Vant的移动端低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。
@wang-form-create/designer
好用的Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。
好用的Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。支持PC端和移动端,目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
npm install form-create-designer
Typescript
Module System
Node Version
NPM Version
v3.3 & v1.2 发布!
Updated on Jul 07, 2025
v3.2.11 & v1.1.8 发布! Ant Design Vue⭐️
Updated on Mar 04, 2025
v3.2.10 & v1.1.7 发布!
Updated on Jan 04, 2025
v3.2.9 & v1.1.6 发布!
Updated on Dec 29, 2024
3.2.7 移动端表单设计器发布
Updated on Oct 11, 2024
3.2.6 样式配置 组件切换🌟
Updated on Sep 17, 2024
Vue (68.5%)
JavaScript (26.92%)
CSS (4.3%)
HTML (0.28%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,030 Stars
264 Commits
449 Forks
21 Watchers
2 Branches
2 Contributors
Updated on Jul 17, 2025
Latest Version
3.2.11-oem
Package Id
form-create-designer@3.2.11-oem
Unpacked Size
2.78 MB
Size
725.99 kB
File Count
108
NPM Version
10.7.0
Node Version
18.20.4
Published on
Apr 12, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
7
1
官网 | 帮助文档 | 在线演示 | FormCreate 文档
FcDesigner 是基于 @form-create/element-ui 实现的低代码表单设计器组件。可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率,节省开发者的时间。支持Vue2和Vue3
如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!本项目还在不断开发完善中,如有任何建议或问题请在这里提出
开发者讨论群629709230
CDN:
1<link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css"></link> 2<script src="https://unpkg.com/vue"></script> 3<script src="https://unpkg.com/element-plus/dist/index.full.js"></script> 4<script src="https://unpkg.com/@form-create/element-ui@next/dist/form-create.min.js"></script> 5<script src="https://unpkg.com/@form-create/designer@next/dist/index.umd.js"></script>
NodeJs:
1npm install @form-create/designer@next 2npm install @form-create/element-ui@next 3npm install element-plus
1import FcDesigner from '@form-create/designer' 2import ELEMENT from 'element-plus'; 3import 'element-plus/dist/index.css'; 4 5app.use(ELEMENT); 6app.use(FcDesigner) 7app.use(FcDesigner.formCreate)
1<fc-designer ref="designer"/>
Copyright (c) 2021-present xaboy
No vulnerabilities found.
Reason
30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
44 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More