https://github.com/moyus/vue-cli-plugin-notifier
Vue CLI build status system notifier.
https://github.com/moyus/vue-cli-plugin-notifier
notifier vue vue-cli vue-cli-plugin
Last synced: about 1 year ago
JSON representation
Vue CLI build status system notifier.
- Host: GitHub
- URL: https://github.com/moyus/vue-cli-plugin-notifier
- Owner: moyus
- License: mit
- Created: 2018-07-23T05:36:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T05:44:50.000Z (almost 8 years ago)
- Last Synced: 2025-02-20T00:41:20.314Z (about 1 year ago)
- Topics: notifier, vue, vue-cli, vue-cli-plugin
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-notifier
This is a [vue-cli](https://cli.vuejs.org/) plugin that uses the [webpack-notifier](https://github.com/Turbo87/webpack-notifier) package to display build status system notifications to the user.
## Installation
```bash
npm install --save-dev vue-cli-plugin-notifier
# OR
yarn add --dev vue-cli-plugin-notifier
```
## Configuration
In the `vue.config.js` file:
```javascript
module.exports = {
pluginOptions: {
notifier: {/* ... */}
}
}
```