# ve-calendar > This is a vue 2.0 based calendar component >
## [中文文档](./README.MD) ## Preview  ## View online demo ## Year view demo # Current function: >1, display the lunar calendar, solar terms, festivals before 2100 > >2, can specify the maximum number of selected dates > >3, available slots custom date number, lunar calendar, event area > >4, Available slots define the left and right key menus (the right-click menu has a default item) > >5, Multi-language support > >6, two size display modes > >7, Add year view component (version 0.3.0+) ## Quick Start ### The first step: ``` sh Npm install ve-calendar --save ``` ### The second step, on your vue page ```js Import veCalendar from "ve-calendar"; // in your vue ``` ## License [MIT]