
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
king-form-design
Advanced tools

设计器参考k-form-design项目二开改造升级,基于vue和ant-design-vue实现的表单设计器,样式使用less作为开发语言,主要功能是能通过简单操作来生成配置表单,生成可保存的JSON数据,并能将JSON还原成表单,使表单开发更简单更快速
npm install 如果失败 原因应该是某些包相互之间有冲突,导致下载失败 尝试 npm i --legacy-peer-deps来安装 就好了
# 下载依赖
npm install
# 运行
npm run vite
# 打包
npm run build:lib
如果需要吧源码集成进项目,可以参照k-form-design官网文档集成方案, 本产品基于k-design-form进行了大量的更新,只为适配vue3项目工程
打包后直接把dist里的index.es.js和style.css覆盖到项目Snowy前端node_modules下snowy-form-design的dist里就可以了
该方式经过实战测试可行,无需打包成npm
# 使用yarn
yarn add snowy-form-design
# 使用npm
npm i snowy-form-design --save
// 在main.js引入
import 'snowy-form-design/dist/style.css'
import SnowyFormDesign from 'snowy-form-design'
Vue.use(SnowyFormDesign)
<template>
<div>
<snowy-form-design />
</div>
</template>
Apache-2.0 Copyright (c) 2022 https://xiaonuo.vip
FAQs
基于vue、vite、ant-design-vue的表单设计器,可视化开发表单
The npm package king-form-design receives a total of 22 weekly downloads. As such, king-form-design popularity was classified as not popular.
We found that king-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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.