# vue-calendar **Repository Path**: colinwps/vue-calendar ## Basic Information - **Project Name**: vue-calendar - **Description**: 这是个基于VUE制作的日历组件。 vue版本为2.0 。 重要的话!!!关于UI部分,master分支用了viewUI, dev_nativeUI分支为原生表单控件。功能有工作日、非工作日、全选、非全选。仅做参考使用,不喜勿喷~。 谢谢! - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-12-04 - **Last Updated**: 2021-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-calendar 这是个基于VUE制作的日历组件 vue版本为2.0 重要的话!!!关于UI部分,master分支用了viewUI, dev_nativeUI分支为原生表单控件。 由于公司需要,需要一个按年的日期选择组件,功能有工作日、非工作日、全选、非全选。 调研之后,发现没有符合要求的日历组件。 只能自己尝试实现, 仅做参考使用,不喜勿喷~。 谢谢! ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).