Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
mk-form-design
Advanced tools
参考项目vue-form-making,基于vue和ant-design-vue实现的表单设计器,样式使用less作为开发语言,主要功能是能通过简单操作来生成配置表单,生成可保存的JSON数据,并能将JSON还原成表单,使表单开发更简单更快速
# 使用yarn
yarn add mk-form-design
# 使用npm
npm i mk-form-design --save
// 在main.js引入
import KFormDesign from 'mk-form-design'
import 'mk-form-design/lib/mk-form-design.css'
Vue.use(MkFormDesign)
<template>
<div>
<mk-form-design />
</div>
</template>
FAQs
基于vue、ant-design-vue的表单设计器,可视化开发表单
The npm package mk-form-design receives a total of 4 weekly downloads. As such, mk-form-design popularity was classified as not popular.
We found that mk-form-design demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.