3 Star 63 Fork 23

东方小月 / kitty-ui

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

Kitty-UI

v d

  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

Kitty UI - A Vue.js 3 UI library

了解更多

如果你想了解整个 Vue3 框架的搭建细节,可以点击 扫码关注公众号 查看完整系列教程,有问题可以直接留言,或者点击768732857 加群讨论

qrcode_for_gh_10744d2f9624_258 (1).jpg

最新版本已迁移至 EASYEST

Install

npm i kitty-ui

快速开始

<template>
  <button type="primary">按钮</button>
</template>
<script lang="ts" setup>
  import { Button } from "kitty-ui";
</script>

博客教程

Vite+TypeScript 从零搭建 Vue3 组件库

在线文档

文档

使用仓库相关命令

安装 pnpm

npm i pnpm -g

安装所有依赖

pnpm install

启动本地测试项目

pnpm run exm:dev

打包组件库

pnpm run build:kitty

发布

pnpm run publish:kitty

启动文档

pnpm run docs:dev

打包文档

pnpm run docs:build

启动打包后文档服务

pnpm run docs:serve

单元测试

pnpm run test

查看测试覆盖率

pnpm run coverage

About

一个使用Vite+Ts搭建的Vue3组件库框架 expand collapse
TypeScript and 5 more languages
MIT
Cancel

Releases

No release

kitty-ui

Contributors

All

Activities

Load More
can not load any more
TypeScript
1
https://gitee.com/geeksdidi/kittyui.git
git@gitee.com:geeksdidi/kittyui.git
geeksdidi
kittyui
kitty-ui
dev

Search