npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@chenlexiang/chuhe-ui

v0.1.1

Published

基于 shadcn-vue 构建的企业级 Vue 3 组件库

Readme

楚河 UI (chuhe-ui)

基于 shadcn-vue 构建的企业级 Vue 3 组件库。

命名由来

"楚河"取自中国象棋棋盘中间的分界线,寓意组件库是连接设计与开发的桥梁。

特性

  • 完全可控 - 组件代码直接在项目中,可随意修改
  • Reka UI 底层 - 基于 Reka UI(原 Radix Vue)无头组件
  • Tailwind CSS v4 - 使用最新的 Tailwind CSS 进行样式定制
  • TypeScript - 完整的类型支持

技术栈

| 类别 | 技术 | |------|------| | 框架 | Vue 3 | | 无头组件 | Reka UI | | 样式 | Tailwind CSS v4 | | 构建 | Vite | | 文档 | Storybook 10 |

快速开始

# 安装依赖
pnpm install

# 启动 Storybook 文档
pnpm storybook

# 构建 Storybook
pnpm build-storybook

项目结构

chuhe-ui/
├── .storybook/           # Storybook 配置
├── registry/
│   └── chuhe/            # 组件源码
│       └── button/       # Button 组件
├── src/
│   ├── lib/
│   │   └── utils.ts      # 工具函数
│   └── styles/
│       └── globals.css   # 全局样式
└── docs/                 # 补充文档

组件列表

| 组件 | 状态 | |------|------| | Button | ✅ 已完成 |

在其他项目中使用

方式一:通过 shadcn-vue CLI

npx shadcn-vue add https://your-server.com/r/button.json

方式二:手动复制

直接复制 registry/chuhe/ 下的组件代码到你的项目中。

开发

# 代码检查
pnpm lint

# 类型检查
pnpm type-check

License

MIT