5 Star 78 Fork 27

东方小月 / kitty-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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

MIT License Copyright (c) 2022 东方小月 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个使用Vite+Ts搭建的Vue3组件库框架 展开 收起
TypeScript 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/geeksdidi/kittyui.git
git@gitee.com:geeksdidi/kittyui.git
geeksdidi
kittyui
kitty-ui
dev

搜索帮助