Socket
Book a DemoInstallSign in
Socket

@gizwits/vantui

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gizwits/vantui

机智云组件库

latest
Source
npmnpm
Version
2.3.49
Version published
Maintainers
5
Created
Source

业务组件开发流程

切换至 gizwits 分支

初次启动项目

  • 拉取代码,yarn 安装依赖。
  • yarn dev
  • 微信开发者工具 导入 vantui-demo/weapp

开发流程(以 BooleanItem 组件为例)

  • 在 packages/vantui 子包中创建 boolean-item 文件夹,并开发组件。
  • (可选)在 packages/vantui/types 为该组件添加类型声明,并在 index.d.ts 导出
  • 在 packages/vantui-doc 中创建相应的 README.md 文件, 在 vant.config.js 关联路径映射。
  • 重新执行 yarn dev

发布

直接执行yarn pub

注意:无需git commit,会提示输入。

snippet

  • desc: 快速生成接口注释

Keywords

weui

FAQs

Package last updated on 25 Sep 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