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

deep-ui

v1.0.0

Published

A Component Library for Vue.js.

Downloads

6

Readme

dee-ui

Build Status NPM License PRs Welcome

介绍

每家公司/每个团队,在持续协作维护项目的过程中,总会产出一些较为通用性的组件,或者 UI 会设计一些样式组件。

但是如果放在项目里的话,大家其实都不会去翻文件看,那这时候有个文档记录一下这些通用组件的话,会让大家协作的意愿更强烈。:fire:

更重要的是,可以提高代码的复用性, 打包编译发布到 npm 上,告别多项目的复制粘贴。 :beers:

使用及其简单的方式 (vue-cli3 以及 vuepress) 维护 团队/个人的 组件库。:tada::tada::tada:

Features

  • [x] 代码打包 📦 npm lib 即可
  • [x] 代码即文档,代码里面加注释即可解决文档问题
  • [x] yarn new 交互式创建新组件文件,不用再繁琐的写 template
  • [ ] vuepress 组件更新注释文档预览实时更新
  • [ ] 单独打包每个组件 css
  • [ ] 自动生成 release logs
  • [ ] 添加 eslint

Project setup

由于 vuepress 依赖的是 core-js 是 2.x 版本,而 vue-cli3 中依赖的是 3.x 版本.

所以 vuepress 需要进行全局安装。


npm i -g vuepress [email protected]
git clone 

yarn install

yarn docs:dev // 启动开发模式

yarn new // 创建新组件

参考链接

  • https://github.com/vue-styleguidist/vuepress-plugin-live
  • https://github.com/BuptStEve/markdown-it-vuese
  • https://github.com/shuidi-fed/vuese
  • https://markdown-it.github.io/markdown-it/
  • https://github.com/koca/vue-prism-editor
  • https://juejin.im/post/5dd234635188254a1f44646a#heading-27
  • https://segmentfault.com/a/1190000015261753

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

All Contributors