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

magiccube-vue3-plus

v0.1.1

Published

Vue 3 组件库发布工程

Readme

magiccube-vue3-plus

这个目录用于继续维护 magiccube-vue3-plus 的源码、构建产物和 npm 发布流程。

dist/ 只保留构建阶段产物;实际 npm 发布整理目录是 release

Node 版本要求:22.14.0

常用命令:

  • npm run build
  • npm run release:pack
  • npm run publish:release
  • npm run patch
  • npm run minor
  • npm run major

说明:

  • 普通 npm install 会把依赖安装到当前目录下的 node_modules/
  • npm 缓存已固定到当前目录下的 .npm-cache/
  • 如果需要项目内的“本地全局”工具,可在当前目录执行 npm_config_prefix=./.npm-global npm install -g <pkg>
  • npm run build 完成后会自动把 disttypes 和发布元文件同步整理到 release/
  • 如只需重新整理发布目录,可单独执行 npm run release:sync
  • publish:release 会先执行 release:prepare,再发布 release/
  • pack:dist / publish:dist 目前保留为兼容别名,实际也会转到 release/
  • patch / minor / major 会先升级根目录版本号,再重新构建并发布 release/
  • 包的使用说明、类型声明、样式入口和许可证都在 release/