Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vue-multiple/notification

基于 Vue2.x 的通知提示组件。Vue-based notification component
https://github.com/vue-multiple/notification

notification vue vue-multiple-notification vue-notification vue-notifications vue2 vuejs vuejs2

Last synced: about 1 month ago
JSON representation

基于 Vue2.x 的通知提示组件。Vue-based notification component

Awesome Lists containing this project

README

        

# notification

> [Element](https://github.com/ElemeFE/element) Notification 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-multiple-notification -S
```

## Quick Start

```bash
import Vue from 'vue'
import Notification from 'vue-multiple-notification'
Vue.prototype.$notify = Notification
```

For more information, please refer to [Notification](https://vue-multiple.github.io/notification) in our documentation.

## 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)