Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ly525/material-vue-daterange-picker
a date-range-picker follows the Material Design spec powered by vue.js (alpha)
https://github.com/ly525/material-vue-daterange-picker
datepicker datepicker-component daterangepicker material material-design range-picker vuejs
Last synced: 2 months ago
JSON representation
a date-range-picker follows the Material Design spec powered by vue.js (alpha)
- Host: GitHub
- URL: https://github.com/ly525/material-vue-daterange-picker
- Owner: ly525
- License: mit
- Created: 2018-12-31T15:30:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T09:08:28.000Z (over 4 years ago)
- Last Synced: 2024-10-04T15:47:27.896Z (3 months ago)
- Topics: datepicker, datepicker-component, daterangepicker, material, material-design, range-picker, vuejs
- Language: Vue
- Homepage: https://ly525.github.io/material-vue-daterange-picker/
- Size: 250 KB
- Stars: 73
- Watchers: 7
- Forks: 20
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
v-md-date-range-picker
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
```
```js
// main.jsimport Vue from 'vue';
import VMdDateRangePicker from "v-md-date-range-picker";Vue.use(VMdDateRangePicker);
```
## Build
> Powed by following:
- https://github.com/egoist/bili