🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/cn-yqg-ui

Package Overview
Dependencies
Maintainers
33
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/cn-yqg-ui

国内C端通用组件库

latest
npmnpm
Version
0.1.5
Version published
Maintainers
33
Created
Source

CN-YQG-UI

国内C端通用组件库

说明

yqg-ui/
├── src/                      # 源码目录
│   ├── components/           # 组件源码
│   └── index.ts             # 主入口文件
├── docs/                     # 文档目录
│   ├── components/           # 组件文档
│   └── guides/              # 使用指南
├── .maxrc.ts                # Max 构建配置
├── script                   # 脚本
└── package.json             # 包配置

开发

nvm use v20.17.0
pnpm i

# 启动组件打包
pnpm yqg-ui:build

# 启动调试页面
pnpm yqg-ui:dev

发包

发布 @yqg/cn-yqg-ui 到 npm

详细发布流程请参考 RELEASE.md

快速发布:

# 1. 更新版本号(在 packages/yqg-ui/package.json 中)
# 2. 构建项目
pnpm build

# 3. 登录 npm(如未登录)
npm login

# 4. 发布
cd packages/yqg-ui
npm publish --access public

FAQs

Package last updated on 28 Jan 2026

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