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

element-ultra

v0.3.13

Published

A Component Library for Vue 3

Downloads

24

Readme

  • 💪 使用 Vue 3 Composition API 开发
  • 🔥 使用 TypeScript 开发

历史文档

没有

状态: 内部可用, 全力开发中

正处于全力开发和长期维护状态中

主题

查看主题设置

在线运行

暂无

文档

查看纯中文文档, 没有任何其他语言, 以后可能有, 但那是以后的事情了

启动项目

命令

$ pnpm i

安装所有依赖

网站预览

命令

$ pnpm docs:dev

启动文档网站, 可以在这里看到所有的组件

本地开发

  1. 命令
$ pnpm dev

启动本地开发环境

  1. 引入你的组件到 play/src/*.vue 文件中

App.vue 文件

<template>
  <ComponentYouAreDeveloping />
</template>

<script setup lang="ts">
// 确保你开发的组件在 element-ultra/index.ts 被导出
import { ComponentYouAreDeveloping } from 'element-ultra'
</script>

开发你的组件

生成新的组件

通过命令快捷生成

$ pnpm gen component-name

注意你的组件名应该用中划线拼接小写单词来命名. 组件类型也必须加到 typings/global.d.ts 文件中

提交模板

命令检查

pnpm cz

示例

# [TYPE](SCOPE): [el-component-name] DESCRIPTION#[ISSUE]
# example: feat(components): [el-button] add type for form usage #1234

Licence

必须是 MIT Element Ultra is open source software licensed as MIT.

贡献者

人人都是贡献者 特别感谢 element-plus 的贡献者们