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

@guoweisheng/test

v0.0.2

Published

``` vite + typescript + vue ```

Readme

技术框架

 vite + typescript + vue

常规项目代码目录(所有组件以 es-button 样式方式引入)

├── components
│   ├── button //按钮
│   ├── checkbox / 多选框
│   ├── input // 输入框
│   ├── pagination // 分页
│   ├── preset // 预置输入框
│   ├── radio // 单选框
│   ├── select // 选择器
│   ├── switch // 开关
│   ├── textBtn // 文字按钮
├── compression
│   ├── jsencrypt // 压缩完的加密方法
│   ├── md5 // md5加密
├── css
│   ├── app.scss  //引用程序主样式
│   ├── index.scss  //入口样式
│   ├── reset.scss  //重置样式
│   ├── ui-layout.scss  //布局样式
│   ├── ui-show-loading.scss  //公共ui样式
│   ├── ui-page-loading.scss //页面底部loading样式
├── hooks
│   ├── use-namespace // 组件命名统一规范
├── librarys
│   ├── fun.ts   // 函数方法
│   ├── jsencrypt.ts   // 参数加密方法
│   ├── store.ts   //localStorage、sessionStorage 方法
│   ├── utils.ts   // 公共方法
│   ├── validate.ts   // 校验规则
│   ├── vueShared.ts   // @vueShared(用于JS数据类型判断)
├── props
│   ├── runTime.ts  // 对传入的props优化类型,方便管理
├── main.ts       //打包入口文件
├── CHANGELOG.md     // 更新日志文件