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 🙏

© 2025 – Pkg Stats / Ryan Hefner

coast-ui-vue3

v0.5.0

Published

Coast UI for Vue3

Readme

Coast UI for Vue3

GitHub Workflow Status Codecov https://www.npmjs.com/package/coast-ui-vue3 NPM Version NPM Downloads vue version vite version

介绍

基于 Vue3TypeScript 的组件库,代码易读,每个组件的源代码都极其简洁。本项目基于 Vite2.x 构建。

如何使用

安装

yarn add coast-ui-vue3

npm install coast-ui-vue3

引入 coast-ui-vue3

import { CoButton, CoTabs, CoSwitch, CoDialog, openDialog } from "coast-ui-vue3"
import "coast-ui-vue3/package/coast-ui.css";

本项目使用

  • 官网本地运行
    • yarn 安装依赖
    • yarn dev 运行
  • 组件打包,基于 rollup
    • yarn build:lib
  • 组件单元测试,基于 jest
    • yarn test:lib
  • 自动生成 changelog,基于 conventional-changelog
    • yarn changelog

自动化

本项目基于 Github Actions,实现了一系列自动化脚本:

  • 自动化测试
    • unit-test
    • 改动了 lib 目录下的文件 或者 package.json ,并 push 到 dev 分支上,自动执行组件库的单元测试。
  • 自动化构建官网(依赖 gh-pages)
    • master-deploy
    • 新代码 push 到 master 分支上,自动构建官网并发布到 gh-pages。
  • 自动化发布 npm 包
    • publish-npm
    • 创建新的 release,自动测试并把最新的包发布到 npm。

文档

要查看实时示例和详细的组件文档,请访问文档

变更记录

CHANGELOG 中记录了每个发行版的详细更改。

License

MIT

Copyright (c) 2021 Enoch Qin