Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vue-multiple/notification
- Owner: vue-multiple
- License: other
- Created: 2017-07-24T06:15:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T06:19:36.000Z (over 7 years ago)
- Last Synced: 2024-04-24T17:39:46.230Z (9 months ago)
- Topics: notification, vue, vue-multiple-notification, vue-notification, vue-notifications, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: https://vue-multiple.github.io/notification
- Size: 889 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)