🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

vitis-lowcode-input123

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitis-lowcode-input123

这是一个input123组件

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

关于组件开发

运行如下命令启动项目

yarn start

组件的入口位于 src/index.ts,建议不要修改该文件中的内容。组件的实现写在 src/component.tsx 中。

关于组件文档

组件文档位于 src/README.md 中,本项目使用dumi 作为组件开发的文档工具,dumi 背后的类型解析工具是 react-docgen-typescript,更多类型和注解的用法可参考它的文档

关于组件规格

组件规格是为了让低代码编辑器识别出组件的 props 以及每个 prop 对应的配置面板描述,它来告诉低代码搭建系统,组件接受哪些属性,又是该用怎样的方式来配置这些属性。

执行如下命令生成组件规格。

yarn genAsset

关于组件发布

组件必须上传到组件市场才能被低代码编辑器使用,在上传组件之前务必先生成组件规格,并保证组件规格无误。执行如下命令发布并上传组件:

npm publish

FAQs

Package last updated on 06 Mar 2025

Did you know?

Socket

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.

Install

Related posts