# material-vue-daterange-picker **Repository Path**: luban-creative/material-vue-daterange-picker ## Basic Information - **Project Name**: material-vue-daterange-picker - **Description**: 支持 Material Design 的日期选择器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2019-10-09 - **Last Updated**: 2021-08-05 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README [Document](https://ly525.github.io/material-vue-daterange-picker/) | [中文文档](https://ly525.github.io/material-vue-daterange-picker/zh/) > If the document is not accessible, please open an [issue](https://github.com/ly525/material-vue-daterange-picker/issues), I will fix it right away.
Material Design DateRangePicker for Vuejs 2.0
### Pictures for [Examples](https://ly525.github.io/material-vue-daterange-picker/)
## Getting Started
### Installation
```console
npm install v-md-date-range-picker --save
# or use yarn
yarn add v-md-date-range-picker
```
### Quick Start
> you can use vue-cli to create project
```bash
1. npm install -g @vue/cli # or yarn global add @vue/cli
2. vue create hello-world
```
```html