0.1.0 • Published 10 months ago
yahee-ui v0.1.0
YaheeComponents
Document & Online preview
Install & Use
pnpm i yahee-ui
# or
npm install yahee-ui
# or
yarn add yahee-ui
Import and register component
Global
import { createApp } from 'vue'
import App from './App.vue'
import YaheeUI from 'yaheee-ui'
import 'yahee-ui/css'
const app = createApp(App)
app.use(YaheeUI)
Local
<script setup lang="ts">
import { YaheeButton } from 'yahee-ui'
import 'yahee-ui/css'
</script>
Project
- Get the project code
git clone https://github.com/yahee-ui.git
- Install dependencies
cd yahee-ui
pnpm i
- Run project
pnpm dev
Components
Component name | Descriptions | Component name | Descriptions |
---|---|---|---|
YaheeButton | 按钮 | Button | 按钮 |