# vue-baidu-calendar
**Repository Path**: isfive/vue-baidu-calendar
## Basic Information
- **Project Name**: vue-baidu-calendar
- **Description**: 基于vue3实现的仿百度日历组件
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 33
- **Forks**: 5
- **Created**: 2021-02-01
- **Last Updated**: 2025-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-baidu-calendar
基于vue3实现的百度日历组件。宜忌算法尚未实现,欢迎pr。
> react版本[github](https://github.com/qiuquanwu/baidu-calendar)
## 安装
```
$ npm install vue-baidu-calendar --save
```
## 使用
mian.js
```js
import { createApp } from 'vue'
import App from './App.vue'
import BaiduCalendar from "vue-baidu-calendar"
const app=createApp(App)
app.use(BaiduCalendar)
app.mount('#app')
```
App.vue
``` html
```
## 演示
