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

@varlet/ui

v3.2.6

Published

A material like components library

Downloads

4,004

Readme


介绍

Varlet 是一个基于 Vue3 开发的 Material 风格移动端组件库,全面拥抱 Vue3 生态,由 varletjs 社区团队进行维护。

特性

  • 🚀   提供 60+ 个高质量通用组件
  • 🚀   组件十分轻量
  • 💪   由国人开发,完善的中英文文档和后勤保障
  • 🛠️   支持按需引入
  • 🛠️   支持主题定制
  • 🌍   支持国际化
  • 💡   支持 webstorm 组件属性高亮
  • 💪   支持 SSR
  • 📦   支持 Nuxt Module
  • 💡   支持 Typescript
  • 💪   确保 90% 以上单元测试覆盖率,提供稳定性保证
  • 🎨   同时支持 Material Design 2 和 Material Design 3 两套设计系统
  • 🛠️   支持暗黑模式
  • 🔧   提供官方的 VSCode 插件
  • ⌨️   支持无障碍访问(持续改进中)

安装

CDN

varlet.js 包含组件库的所有样式和逻辑,引入即可。

<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
 <!-- 桌面端兼容 -->
<script src="https://cdn.jsdelivr.net/npm/@varlet/touch-emulator/iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@varlet/ui/umd/varlet.js"></script>
<script>
  const app = Vue.createApp({
    template: '<var-button>按钮</var-button>'
  })
  app.use(Varlet).mount('#app')
</script>

Webpack / Vite

# 通过 npm 或 yarn 或 pnpm 安装

# npm
npm i @varlet/ui -S

# yarn
yarn add @varlet/ui

# pnpm
pnpm add @varlet/ui
import App from './App.vue'
import Varlet from '@varlet/ui'
import { createApp } from 'vue'
import '@varlet/ui/es/style'

createApp(App).use(Varlet).mount('#app')

官方生态

以下项目由官方团队长期维护。

| 名称 | 描述 | |------------------------------------------------------------------------------------------------------|--------------------------| | @varlet/cli | Vue3 组件库快速成型工具 | | @varlet/touch-emulator | 桌面端适配器,让移动端组件库可以在桌面端运行 | | @varlet/ui-playground | Varlet 组件库在线编辑工具 | | @varlet/import-resolver | unplugin-vue-components 的一个解析器,用于实现 Varlet 按需引入 | | @varlet/preset-unocss | varlet 的 UnoCss 预设 | | @varlet/preset-tailwindcss | varlet 的 tailwindcss 预设 | | varlet-theme-builder | 主题生成器,用于为 varlet material design 3 生成主题变量 | | varlet-vscode-extension | Varlet 组件库 VSCode 插件 | | vscode-theme-varlet | Varlet VSCode 主题 | | varlet-app-example | Varlet 组件库移动端模板 | | varlet-install-example | Varlet 组件库与各种生态集成的案例集合 |

社区生态

以下项目由社区人员维护,欢迎补充。

| 名称 | 描述 | |----------------------------------------------------------------|-------------------------------------------| | vue-h5-template | 基于 Vue 的移动端模板脚手架,提供了 Varlet 组件库的移动端预设 | | create-vite-app | 基于 Vue3 的桌面端模板脚手架,提供了 Varlet 组件库的桌面端预设 | | vscode-common-intellisense | 为 Varlet 开发人员提供更好的智能感知的 VSCode 扩展 |

演练场

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

贡献

请参考 Contributing Guide

反馈和交流

我们推荐使用issue列表进行最直接有效的反馈,也可以下面的方式

  • 微信

感谢贡献者们做出的努力

感谢以下赞助者

赞助本项目

赞助本项目,支持我们更好的创作。推荐使用爱发电进行订阅,您的头像将出现在本项目中。

爱发电

https://afdian.net/a/haoziqaq

微信 / 支付宝