# vue-easy-calendar **Repository Path**: luxcurl/vue-easy-calendar ## Basic Information - **Project Name**: vue-easy-calendar - **Description**: 用vue3写的简易日历组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-06-06 - **Last Updated**: 2023-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-easy-calendar This template should help get you started developing with Vue 3 in Vite. ## 在线demo地址 http://lukechenggg.gitee.io/vue-easy-calendar ## 推荐IDE启动 [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## 自定义配置 See [Vite Configuration Reference](https://vitejs.dev/config/). ## 启动项目 ```sh npm install ``` ### 编译和热模块开发 ```sh npm run dev ``` ### 构建生产环境 ```sh npm run build ```