# vue-mg-date-picker-standard

> ![npm](https://img.shields.io/npm/v/vue-mg-date-picker-standard) ![npm](https://img.shields.io/npm/dm/vue-mg-date-picker-standard)

Latest version **1.0.4** (published 2020-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-mg-date-picker-standard
pnpm add vue-mg-date-picker-standard
yarn add vue-mg-date-picker-standard
bun add vue-mg-date-picker-standard
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2020-04-13 |
| First published | 2019-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 18.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | gorilla-pocket |

## Links

- npm: https://www.npmjs.com/package/vue-mg-date-picker-standard
- Repository: https://github.com/gorilla-pocket/vue-mg-date-picker-standard
- Homepage: https://github.com/gorilla-pocket/vue-mg-date-picker-standard#readme
- Issues: https://github.com/gorilla-pocket/vue-mg-date-picker-standard/issues
- npm.io page: https://npm.io/package/vue-mg-date-picker-standard

## Dependencies (2)

- [moment](https://npm.io/package/moment.md) ^2.24.0
- [vuejs-datepicker](https://npm.io/package/vuejs-datepicker.md) ^1.6.2

## Recent versions

- 1.0.4 (latest) — 2020-04-13
- 1.0.3 — 2020-04-07
- 1.0.2 — 2020-03-22
- 1.0.1 — 2019-08-05
- 1.0.0 — 2019-08-05

## README

# vue-mg-date-picker-standard

![npm](https://img.shields.io/npm/v/vue-mg-date-picker-standard)
![npm](https://img.shields.io/npm/dm/vue-mg-date-picker-standard)

## Installation

```
npm i vue-mg-date-picker-standard
```

## Usage

app.js

```
import DatePickerStandard from 'vue-mg-date-picker-standard'
Vue.component('DatePickerStandard', DatePickerStandard)
```

Example:

```
<template>
    <section class="container">
        <date-picker-standard v-model="date"/>
    </section>
</template>

<script>
export default {
    data() {
        return {
            date: '',
        }
    },
}
</script>
```

## License

MIT

---
_Source: https://npm.io/package/vue-mg-date-picker-standard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
