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

phoenix-wing

v0.3.0

Published

Phoenix Wing 共享 TypeScript 工具库 — 纯逻辑、Vue3 控件、算法

Readme

phoenix-wing

Phoenix Wing 共享 TypeScript 工具库 — 纯逻辑 · Vue3 控件 · 壳层框架 · 算法

安装

npm install phoenix-wing

快速使用

详见 doc/快速使用.md

模块概览

| 分类 | 数量 | 说明 | |------|------|------| | 🧰 纯工具函数 | 7 | 异步进度、防抖、色彩方案、拖拽、存储等 | | 🎨 Vue3 控件 | 5 | 模态框、选择对话框、组合输入框、进度浮层等 | | 🏗 壳层布局组件 | 12 | Ribbon 工具栏、侧栏块、标签栏、欢迎页骨架等 | | ⚙️ Composable/引擎 | 10 | 工作台引擎、URL 同步、属性表注册、侧栏布局等 | | 📦 类型系统 | 6 | 属性面板、Ribbon 配置、工作台等类型定义 | | 🗄 Store | 1 | 异步任务 Pinia store |

完整清单见 doc/overview.md

命名规则

所有公共 API 使用前缀防止冲突:

| 类型 | 前缀 | 示例 | |------|------|------| | Vue 组件 | Pnw | PnwAppModalOverlay | | CSS 类名 | pnw- | .pnw-modal-overlay | | 全局函数 | pnw | pnwIsTerminal | | 类型 | Pnw | PnwTaskKind | | 常量 | PNW_ | PNW_VERSION |

详见 doc/命名规则.md

文档

| 文档 | 内容 | |------|------| | doc/快速使用.md | 各类 API 快速上手示例 | | doc/架构图.md | 壳层组件树和引擎清单 | | doc/overview.md | 模块总览与 API 说明 | | doc/命名规则.md | 命名规则、前缀对照、违规示例 | | doc/框架迁移计划.md | 壳层框架迁移计划 | | doc/naming-checklist.md | 命名点检清单 | | doc/三库共享核心整改计划.md | code-corecatdlg-core 的跨仓库契约、阶段和验收 | | doc/C++成员排序算法规范.md | code-core 成员排序的唯一算法规范、锁定规则与回归契约 |

Peer Dependencies

  • vue ^3.0(可选,仅使用控件时需要)
  • pinia ^2.0 || ^3.0(可选,仅使用 store 时需要)
  • element-plus ^2.0(可选,部分控件需要)

相关项目

| 项目 | 地址 | 说明 | |------|------|------| | phoenix-wing | Gitee | 本仓库 — 共享 TypeScript 工具库与壳层框架 | | phoenix-desk-tools | Gitee | 源项目 — FreeCAD 桌面辅助工具,phoenix-wing 的提炼来源 | | phoenix-open-issue | Gitee | 应用案例 — 基于 phoenix-wing 框架搭建的 Open Issue 管理应用 |

许可

Copyright © 2024–2026 上海锟钛。项目使用 Apache License 2.0 开源。