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

feima-vue-ui

v0.3.40

Published

[ ] 封装上传组件,实现上传到云端。

Readme

feima-vue-ui

oss 上传方法

[ ] 封装上传组件,实现上传到云端。

f-table 功能点,虚拟化表格需要也可能是预加载(如:距离底部还有 100px 就开始加载下一页)

[ ] (伪需求,可能废弃开发)虚拟化表格 (难度有点高,他们还想要。收费的:最多 10w 条,开源:组件还在测试中条数未知)。

[ ] 搜索栏目可以自定义排序弹层。(1、修改 input 的 lable 名称。2、修改表单顺序。3、编辑完毕后可以上传到云端。)

[ ] 搜索栏可以设置其他表单(如:select、datePicker 等)。

[ ] table 自定义列编辑后上传到云端。(1、修改 columns 的 lable 名称。2、修改 columns 顺序。3、修改 columns 宽度。4、编辑完毕后可以上传到云端。)

[ ] 搜索栏超过多少后可以展开、隐藏。

[ ] 自定义是否可以关闭搜索栏。

[ ] 多次点击频繁搜索的终止请求方案。

[ ] columns 多子集合并设置。

[ ] (伪需求,可能废弃开发)table 吸顶效果?(应该是吸顶还是前端 js 动态获取一屏高度需要在根据实际场景看)

[ ] request 接口 error 错误提示。

[ ] 分页组件数据对应接口返回值。

f-upload 文件上传,需要看下是否需要封装上,后面直接配置参数即可。(图片、视频等格式都要区分)

未知

f-preview-image 图片查看

未知

f-dialog 是否方便使用未知

[ ] 如何实现 destroy-on-close

[ ] 可以使用 来实现精准位置弹层点击 slot 点击效果可以查看 el-popover 是如何实现的。