# bar-ui **Repository Path**: tuzilow/bar-ui ## Basic Information - **Project Name**: bar-ui - **Description**: vue3.0组件库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-09 - **Last Updated**: 2021-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BAR UI 使用 Vue3 和 Vite 开发的 UI 库 ## 安装 ```bash npm install bar-ui ``` ## 快速开始 1. 引入所有样式 ```js // src/main.js import { createApp } from 'vue'; import App from './App.vue'; import 'bar-ui/lib/index.css'; createApp(App).mount('#app'); ``` 2. 引入组件 ```vue // src/App.vue ``` ## 演示及文档 [https://tuzilow.github.io/bar-ui](https://tuzilow.github.io/bar-ui/) ## LICENSE [MIT](https://github.com/Tuzilow/bar-ui/blob/main/LICENSE)