1.0.4 • Published 1 year ago

whisper-ui v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

安装

npm i whisper-ui -S

快速开始

<template>
  <whisper-button type="primary">按钮</whisper-button>
</template>

在线文档

使用仓库相关命令

安装 pnpm

npm i pnpm -g

安装所有依赖

pnpm install

启动本地测试项目

pnpm run dev

启动文档

pnpm run docs:dev