# vue2-daterange-picker

> Vue2 date range picker base on https://github.com/dangrossman/bootstrap-daterangepicker (no jQuery)

## Demo and Usage
You can see a demo and read the documentation here:
https://innologica.github.io/vue2-daterange-picker/

## Installation

``` bash
# install via npm
npm i vue2-daterange-picker --save
```

## TODO

- [x] documentation
- [x] tests
- [x] disabled dates
- [ ] export single components


### Run local demo
```
npm run docs:dev
```
