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

miview

v0.3.0

Published

`miview` 是一款基于 `Vue.js 2.0` 和 `ElementUI 2.0` 的前端 UI 通用组件库,主要用于快速开发 PC 网站中后台产品

Downloads

18

Readme

miview

基于element-ui二次开发的公共组件库

package.json 说明文档

scripts

  • yarn run bootstrap: 安装依赖

  • yarn run dev: 本地开发模式

  • yarn run dev:site: 本地site站点生成预览

  • yarn run build:entry: 自动生成 packages/index.js

  • yarn run build:site: 线上site站点生成并部署

未来计划

  • [x] calendar 日历
  • [x] picture 预览器(https://github.com/faimaklg/vue-viewerjs)
  • [x] pdf 预览器(https://pdfobject.com/)

项目构建参考

  1. mu-ui
  2. VV-UI
  3. vant

Bug

  1. [email protected]上 LanguageInput 多语言组件在弹出框内输入内容,导致数据没法监听
  2. [email protected]/vue2.6上 TreeSelect 树选择器在多选上没法弹出(暂不确定是vue还是element 高版本引起的)