0.0.1 • Published 1 month ago

@takeyamakenta/vue-cmpui v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

Vue Cmp UI

Original Project https://github.com/toshusai/cmpui

@toshusai/cmpuiのVue3への移植プロジェクトです。 オリジナルのUIコンポーネントの動作の再現/移植を目的としており、新たな機能/コンポーネントの追加を目的としていません。 もし新しい機能/コンポーネントの追加がしたい場合、こちらのレポジトリをフォークするか、@toshusai/cmpui にコントリビューションしてください。

A VUE 3 porting project for @toshusai/cmpui This is solely a porting project and is not intended to add any extra features or UI components. If you want to add new features or UI components, please fork this repository or contribute to the original project @toshusai/cmpui.

这是一个为 @toshusai/cmpui 进行 Vue 3 移植的项目。 该项目仅限于移植,无意添加任何额外的功能或界面组件。 如果您想添加新功能或界面组件,请复制这个仓库或向原始项目 @toshusai/cmpui 贡献。

Installation

Usage

<script lang="ts" setup>
import { Button } from "@takeyamakenta/vue-cmpui";
</script>
<template>
<div>
   <Button>Click me</Button>
</div>
</template>

License

MIT

0.0.1

1 month ago