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

@devtea2025/perspiciatis-expedita-unde-rem

v1.0.0

Published

Downloads

2

Maintainers

tranvuchinh5538tranvuchinh5538

Keywords

rm -frflatUint8ClampedArraypyyamlURLdayjsmatchAllwatchersigtermexecwaitnpmspeckeyerror-handlingenvexit-codecorscss lessrmaccessorfast-deep-clonesortedserializeiteratorfastifyTypedArraydirkeyslook-upencryptionemojiqueueMicrotaskindicatorcoerciblejasmineurlsless mixinsserializationjsdiffdependenciesWeakSetmimereact-hook-formWebSocketidpackage managermochafindLasttouchroute53SymbolgetOwnPropertyDescriptorxdgAsyncIteratoreverydiffansilimitdeep-clonewafquoteArray.prototype.includessuperstructTypeScriptcloudsearchInt8Arrayvisuales2015es-shim APInopefast-deep-copy@@toStringTagparsingrandomArrayBuffer#sliceincludeskoreanpostcssdatashimtyped arrayArray.prototype.flattenstarterchildreusedeepclonetoSortedflagswfoptionmapconcatcloneArray.prototype.findLasttermreadablestream0tddrequestdeterministictakesymlinkprotobufWebSocketses7postcss-pluginlockfileinstalljsdombannerbufferbyteLengthfetcheventspredictablesetPrototypeOfJSONcheckfunctionsBigInt64ArraycolorsimmutablefindupoptimistUint32ArraykinesissearchsqsECMAScript 2015preserve-symlinksPromisequeryStreamecmascriptfullwidthpersistentxtermmulti-packageextendbcryptterminalcommand-lineestreeworkerzodtrimEndpropertyconcatMapbluebirdsiginthooksstreamargsrgbargumentvalideast-asian-widthdependency managerlanguagees8chinesedeletesetmergegetshrinkwrapwatchFilea11yeventEmitterirqescapelastimportexportECMAScript 2016recursivecharactersimpledbless compilersharedarraybufferiscallbackES2016fastcloneES2018containsconfigfschromereal-timeESES2021functionalhashlessStyleSheetvariables in cssloadingtoobjectcorecmdes6sequencefast-copymapreduceomitlengthspinnersintrinsicmime-dbxhrjoiformatregular expressionstdlibregular expressionsschemastatelessclassesString.prototype.trimidleECMAScript 2023jsonpathauthenticationtraverseshamES2019_.extendchannelinterruptsspeed-0eslint-pluginECMAScript 5charactersbreakcolourshellWeakMapfastcopycallboundvalueapisignalenvironmentplugininvarianttoStringTagemrsomereduceiamiehasOwnPropertyprivate datamake dirObject.valuesfpsesbundlingyupObservablesignalssymbol

Readme


Intro

Varlet is a Material design mobile component library developed based on Vue3, developed and maintained by varletjs community team.

Features

  • 🚀   Provide 60+ high quality general purpose components
  • 🚀   Components are very lightweight
  • 💪   Developed by Chinese, complete Chinese and English documentation and logistics support
  • 🛠️   Support on-demand introduction
  • 🛠️   Support theme customization
  • 🌍   Support internationalization
  • 💡   Support WebStorm syntax highlighting
  • 💪   Support the SSR
  • 📦   Support Nuxt Module
  • 💡   Support the Typescript
  • 💪   Make sure more than 90 percent unit test coverage, providing stability assurance
  • 🎨   Supports both Material Design 2 and Material Design 3 design systems
  • 🛠️   Support dark mode
  • 🔧   Provide official VSCode extension
  • ⌨️   Support Accessibility (still improving)

Install

CDN

varlet.js contain all the styles and logic of the component library, and you can import them.

<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
 <!-- Desktop Adaptation -->
<script src="https://cdn.jsdelivr.net/npm/@varlet/touch-emulator/iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@devtea2025/perspiciatis-expedita-unde-rem/umd/varlet.js"></script>
<script>
  const app = Vue.createApp({
    template: '<var-button>Button</var-button>'
  })
  app.use(Varlet).mount('#app')
</script>

Webpack / Vite

# Install with npm or yarn or pnpm

# npm
npm i @devtea2025/perspiciatis-expedita-unde-rem -S

# yarn
yarn add @devtea2025/perspiciatis-expedita-unde-rem

# pnpm
pnpm add @devtea2025/perspiciatis-expedita-unde-rem
import App from './App.vue'
import Varlet from '@devtea2025/perspiciatis-expedita-unde-rem'
import { createApp } from 'vue'
import '@devtea2025/perspiciatis-expedita-unde-rem/es/style'

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

Official Ecosystem

The following projects are maintained by the official team for a long time.

| Name | Description | |------------------------------------------------------------------------------------------------------|--------------------------------------| | @varlet/cli | Vue3 component library rapid prototyping tool | | @varlet/touch-emulator | Desktop adapter, so that the mobile component library can run on the desktop | | @devtea2025/perspiciatis-expedita-unde-rem-playground | Varlet component library online editing tool | | @varlet/import-resolver | A resolver for unplugin-vue-components used to implement Varlet and import it on demand | | @varlet/preset-unocss | UnoCss presets for varlet | | @varlet/preset-tailwindcss | tailwindcss presets for varlet | | varlet-theme-builder | Theme generator for generating theme variables for varlet Material Design 3 | | varlet-vscode-extension | Varlet Component Library VSCode Plugin | | vscode-theme-varlet | Varlet VSCode Theme | | varlet-app-example | Varlet component library app template | | varlet-install-example | Case collection of Varlet component library and various ecosystem integration |

Community Ecosystem

The following projects are maintained by community personnel, welcome to add.

| Name | Description | |----------------------------------------------------------------|-----------------------------------------| | vue-h5-template | Vue-based mobile template scaffolding, providing mobile presets for Varlet component library | | create-vite-app | A desktop template scaffolding based on Vue3, providing desktop presets for Varlet component library | | vscode-common-intellisense | A VS Code extension that provides better intellisense to Varlet developers |

Playground

See Varlet UI Playground.

Contribution

See Contributing Guide.

Community

We recommend that issue be used for problem feedback, or others:

  • Wechat group

Thanks to contributors

Thanks to the following sponsors

Sponsor this project

Sponsor this project to support our better creation. It is recommended to use afdian to subscribe, and your avatar will appear in this project.

Afdian

https://afdian.net/a/haoziqaq

Wechat / Alipay