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

mic-lovely-ui

v1.0.2

Published

* 目录说明 packages/.. => 放置应用包,搭建与用户交互的应用页面 ui-packages/.. => 放置组件包,提供依赖给有需要的应用包 other-packages/.. => 从第三方开源项目中直接拉过来参考的项目,不会直接使用,要么改成vue的包,要么直接复制其中的js脚本等相关文件来用

Readme

工程功能简述

  • 目录说明 packages/.. => 放置应用包,搭建与用户交互的应用页面
    ui-packages/.. => 放置组件包,提供依赖给有需要的应用包
    other-packages/.. => 从第三方开源项目中直接拉过来参考的项目,不会直接使用,要么改成vue的包,要么直接复制其中的js脚本等相关文件来用

  • 我的前端开发思想
    【组件 => 模板页 => 业务页】
    ui-packages 中的组件包中会除了封装零散的组件外,也会把当前包中的组件组成模板页,提供到应用包中使用;
    packages 中的某些应用包在有特殊需求的情况下,会自己组合多个组件包的组件来搭建自己的模板也,然后复用模板页,搭建业务页面;

  • 这是我计划开的一个项目,其中我会对那些无法满足需求的第三方开源库,直接拉到本项目中进行二次修改封装,并发布到 npm 仓库,供有需要的网友一起开发使用;该工程已发布到 npm 仓库进行测试使用(目前仅在测试,不推荐使用),可在 npm 上搜索 lovely-ui 进行查询

  • 架构分布 应用包:packages/.. => 使用 vue-cli3 脚手架搭建,其中主要使用 webpack 进行打包项目库 组件包:ui-packages/.. => 使用 vue-sfc-rollup 脚手架搭建,其中主要使用 rollup 进行打包组件库

  • 提交代码辅助工具:git-cz package.json 脚本中配置的 commit 指令,平时通过 yarn commit 或 npm run commit 进行提交代码,比较规范 资料参考:https://www.cnblogs.com/weishengzhong/p/9591385.html windows 配置 commitizen :

  1. 安装nodjs:
  2. 在cmd或者powershell敲入命令行:npm install -g commitizen
  3. 进入工程项目仓库,使用 npm init --yes, 然后 commitizen init cz-conventional-changelog --save --save-exact,接着就可以用git cz命令来代替 git commit了。

【API 首页】

  • 【流动站点】(国内服务器部署,很快,但是云服务器要花钱租的,有时会因为个人财力不足,一段时间内租不起服务器,或者正在找较便宜的服务器,而暂时没法提供国内站点):
    aaa
  • 【永久站点】(Netlify 部署,虽然永久免费,但是国外站点,你懂的,特别慢):
    bbb

npm 网址:https://www.npmjs.com/package/mic-lovely-ui 源码地址:https://gitee.com/data_visual/datavisual_monorepo