# vue-message-component

> message component

Latest version **0.0.2** (published 2022-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-message-component
pnpm add vue-message-component
yarn add vue-message-component
bun add vue-message-component
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2022-11-14 |
| First published | 2022-11-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 44.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | xinmi88 |
| Keywords | vue, message, components |

## Links

- npm: https://www.npmjs.com/package/vue-message-component
- Repository: https://github.com/xinmi88/message
- Homepage: https://github.com/xinmi88/message#readme
- Issues: https://github.com/xinmi88/message.git/issues
- npm.io page: https://npm.io/package/vue-message-component

## Dependencies (1)

- [vue](https://npm.io/package/vue.md) ^2.3.3

## Recent versions

- 0.0.2 (latest) — 2022-11-14
- 0.0.1 — 2022-11-14

## README

# message

> [Element](https://github.com/ElemeFE/element) Message clone, and did just a little change. If you have a better idea of this component improvement, please share it and I will update it immediately.

## Install

```bash
npm install vue-message-component -S
```

## Quick Start

```bash
import Vue from 'vue'
import Message from 'vue-message-component'
Vue.prototype.$message = Message
```


## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run demo:dev

# build for demo with minification
npm run demo:build

# build for gh-pages with minification
npm run demo:prepublish

# build for production with minification
npm run build

# generate gh-pages
npm run deploy
```

## LICENSE

[MIT](http://opensource.org/licenses/MIT)

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