Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
fast-crud-zzly
Advanced tools
FastCrud(简称fs) 是基于Vue3的面向配置的crud开发框架,快速开发crud功能,可作为低代码平台的基础框架。
入门简单,可扩展性强,拥有丰富的示例,让你可以快速完成搬砖任务,更多的时间划水吹逼。
示例地址: 演示预览
文档地址:http://fast-crud.docmirror.cn/
注意:本项目的主要目标是实现一个
fs-crud
组件,帮助快速开发crud功能,admin脚手架
并不是本项目的重点。
你可以通过如下几种方式使用fast-crud
- 直接使用示例中的
fs-admin
,特点是简单- 也可以采用其他的
admin开源项目
,然后集成fast-crud
- 我们也挑选了一些比较好的
admin项目
集成fast-crud
之后做成了admin-starter,助你快速上手
1、只需简单编写crud配置
const crudOptions= {
columns: { //字段配置
id: {// id字段
title: "ID",
type: "number", //字段类型
column: { width: 50},
form: { show: false }
},
name: { // 姓名字段
title: "姓名",
type: "text", //文本类型字段
search: { show: true } //显示查询
},
city: { //城市字段
title: "城市",
type: "dict-select", //选择类型字段
search: { show: true }, //显示查询
dict: dict({ //本地数据字典
value: "id",
label: "text",
data: [
{ id: "sz", text: "深圳", color: "success" },
{ id: "gz", text: "广州", color: "primary" },
{ id: "bj", text: "北京" },
{ id: "wh", text: "武汉" },
{ id: "sh", text: "上海" }
]
})
},
radio: {
title: "状态",
search: { show: true }, //显示查询
type: "dict-radio", //单选类型字段
dict: dict({ //远程数据字典
url: "/dicts/OpenStatusEnum?single"
})
}
}
}
2、 一个完全体crud就出来了
通过扩展自定义组件,扩展自定义类型
支持Antdv、Element、NaiveUI,你喜欢哪个就用哪个
好评如潮,你还不试试?
欢迎bug反馈,需求建议,技术交流等(请备注fs)
1、 加群
微信群 QQ群
2、 加作者好友
媳妇儿说:“一天到晚搞开源,也不管管老婆孩子!😡😡😡”
拜托各位捐赠支持一下,让媳妇儿开心开心,我也能有更多时间进行开源项目,感谢🙏🙏🙏
示例admin脚手架
感谢这些优秀的项目
logo | 项目 | 简介 |
---|---|---|
袖手GPT | ChatGPT,国内可用,无需FQ,每日免费额度 | |
certd | 免费通配符域名证书全自动申请部署工具 | |
dev-sidecar | 直连访问github工具,无需FQ,解决github无法访问的问题 |
---------------来都来了点个star再走呗-----------------↗↗↗↗↗↗↗↗
DevSidecar解谜提示
谜题共三层,前两层是两种不同的编码方式,第三层这里就不剧透了,留一点小乐趣。
FAQs
[English](./README_en.md) | [简体中文](./README.md)
We found that fast-crud-zzly demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.