https://github.com/vue-multiple/message
基于 Vue2.x 的消息提示组件。Vue-based message component
https://github.com/vue-multiple/message
message vue-message vue-multiple-message vue2 vuejs2
Last synced: about 1 year ago
JSON representation
基于 Vue2.x 的消息提示组件。Vue-based message component
- Host: GitHub
- URL: https://github.com/vue-multiple/message
- Owner: vue-multiple
- License: mit
- Created: 2017-07-23T11:16:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T02:44:08.000Z (almost 9 years ago)
- Last Synced: 2025-06-14T07:03:18.192Z (about 1 year ago)
- Topics: message, vue-message, vue-multiple-message, vue2, vuejs2
- Language: Vue
- Homepage: https://vue-multiple.github.io/message
- Size: 848 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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-multiple-message -S
```
## Quick Start
```bash
import Vue from 'vue'
import Message from 'vue-multiple-message'
Vue.prototype.$message = Message
```
For more information, please refer to [Message](https://vue-multiple.github.io/message) 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)