Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

a date-range-picker follows the Material Design spec powered by vue.js (alpha)

License

NotificationsYou must be signed in to change notification settings

ly525/material-vue-daterange-picker

Repository files navigation

Document |中文文档

If the document is not accessible, please open anissue, I will fix it right away.

v-md-date-range-picker

Material Design DateRangePicker forVuejs 2.0


NPM Package VersionBuild StatusNPM Download Count

Pictures forExamples

WX20190522-193329@2x

WX20190522-193351@2x

Getting Started

Installation

npm install v-md-date-range-picker --save#or use yarnyarn add v-md-date-range-picker

Quick Start

you can use vue-cli to create project

1. npm install -g @vue/cli# or yarn global add @vue/cli2. vue create hello-world
<!-- App.js --><template><v-md-date-range-picker></v-md-date-range-picker></template>
// main.js<script>import Vue from 'vue';import VMdDateRangePicker from "v-md-date-range-picker";Vue.use(VMdDateRangePicker);</script>

Build

Powed by following:

About

a date-range-picker follows the Material Design spec powered by vue.js (alpha)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp