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

mui-design

v1.0.3

Published

the mini version of vue devui for study

Downloads

299

Readme

Mini UI Design

Mini UI Design 是 Vue3 版本的 UI 组件库,基于各家开源项目的思想而实现,灵活至简

设计价值在于,可以开源给有需要组件库的小伙伴进行二次开发,同样也希望小伙伴参与进来,欢迎pr

项目状态

该项目还处于孵化和演进阶段,欢迎大家参与到 Mini UI Design 项目的建设中来!

通过参与你可以学习最新的 Vite+Vue3+TypeScript+JSX 技术

  • 基于Vue 3 + Typescript + Vite + Sass技术的基础组件库工程
  • 基于Vitepress + vitepress-theme-demoblock技术的文档系统
  • 基于jest + @vue/test-utils的单元测试

贡献指南

项目实现

  • 实现可视化文档系统
  • 实现可按需加载的组件库系统
  • 实现Mini Cli工具进行自动化拉取

项目支持

  • 支持命令自动化创建md格式文档入口
  • 支持命令自动化创建md格式带有模板的组件文档
  • 支持命令自动化创建组件入口文件
  • 支持命令自动化创建一个新增组件的模板,并为其完成注册

目录结构

--mui-cli   // 命令工具包,提供自动化生成入口及打包等脚本工具
  --...
--mui-docs  // 组件库的可视化Demo演示系统
  --...
--src 
  --_config   // 全局配置
  --_i18n     // 国际化
  --_style    // 全局style
  --_utils    // 工具类
  --main.ts   // 组件入口文件
  --......    // 若干组件
--dist        // 将会是生成的组件库
tsconfig.json      // ts语法的配置文件
.eslintrc          // es语法检查配置
.npmignore         // npm发布忽略文件
.jest.config.js    // 单元测试配置文件
LICENSE            //License文件
package.json       // 配置文件
README.md          // 项目说明

技术栈

  • 编程语言:TypeScript 4.x + JavaScript
  • 构建工具:Vite 2.x
  • 前端框架:Vue 3.x
  • CSS 预编译:Sass
  • Git Hook 工具:husky + lint-staged(待实现)
  • 代码规范:EditorConfig + Prettier + ESLint + Airbnb JavaScript Style Guide (待实现)
  • 提交规范:Commitizen + Commitlint (待实现)
  • 单元测试:vue-test-utils + jest
  • 自动部署:GitHub Actions(待实现)

Usage Mini UI Design

Mini UI Design 快速开始

License

MIT