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 🙏

© 2024 – Pkg Stats / Ryan Hefner

hview-plus

v1.4.1

Published

基于Vue3的UI组件库,搭配了完善了文档库供其参考

Downloads

9

Readme

🎃 介绍

Hview 是一个基于 Vue3 开发的 Minimalism 风格电脑端组件库,全面拥抱 Vue3 生态,由 芜湖起飞 团队进行维护。

✨ 特性

  • 🚀 提供 30+ 个高质量通用组件
  • 💪 由国人开发,完善的中英文文档和后勤保障
  • 🛠️ 支持按需引入,减少打包体积
  • 🛠️ 支持主题定制
  • 🌍 支持国际化
  • 🎯 使用 TypeScript 构建,提供完整的类型定义文件
  • 🛠️ 支持暗黑模式
  • 🤺 演练场,大有用武之地
  • 🔐 确保 80% 以上单元测试覆盖率,提供稳定性保证,安全可靠

📦 安装

npm i hview-plus

🤹‍♀️ 使用

// main.ts
import { createApp } from "vue";
import HviewPlus from "hview-plus";
import "hview-plus/theme-chalk/style.css";

import App from "./App.vue";

const app = createApp(App);

app.use(HviewPlus);
app.mount("#app");

项目文档:chai-mayor.gitee.io/hview-ui

🤺 演练场

Hview UI Playground 对组件进行在线编辑。

有时可能会出现组件注册失败情况,刷新页面即可恢复正常

🥇 技术栈

核心:vue3 + typescript + less + vite

代码提交:husky、commitlint、lint-staged

代码风格:eslint、prettier、stylelint、postcss-less

目录规范:ls-lint

文档库:vitepress

国际化:vue-i18n

测试:vitest、@vue/test-utils、jsdom、c8

CI/CD:gulp、github actions、release-it

🎪 项目情况

项目名称:Hview-ui

名称寓意:往往学习编程的第一句代码都是 Hello World,而我们开发组件库也是第一次开发,我们的组件库也是参照已有的组件库进行开发和学习,而 view 有观察的意思并且和 vue 同音,所以我们将 h 和 view 融合在了一起,给组件库命名为 hview-ui 寓意我们这个新生的组件库能够通过学习融合现有组件库的优点,希望能为大家呈现出一个不错的组件库项目

logo 设计:view 还有透视、视图的意思,这里就用了三个不同视图方向的图案组成这个立体的 H

logo 寓意:我们的组件库还存在很多不完善的地方,非常希望广大开发人员能够使用我们组件库和给我们进行反馈和提问,我们会虚心接受,然后接纳大家的意见,不断迭代出让开发者满意的项目

👋 开发成员

感谢参与开发的每一位成员 🐝!

🎑 加入我们

通过使用飞书扫码加入开发群聊,后面会在群里分享此次组件库开发的知识点,遇到的问题如何解决,以及开发流程介绍等等...

有能力和想法的小伙伴,按照介绍完成三个组件的开发提交并通过后,即可参与我们这个开源项目

有想法但目前没能力的小伙伴,我们会在群里提供一些组件库文章资料,希望你早日通过学习结合实践学有所成后,来参与我们这个项目的开发

最后希望各位小伙伴可以动动发财的小手,给我们点个免费的 star 再次感谢大家 😘

参考文章:如何给开源项目贡献代码? - 知乎 (zhihu.com)

🌸 感谢

该项目主要借鉴于以下这些项目。

📄 License

MIT License © 2023-PRESENT ChaiMayor