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

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.

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: {/* ... */}
}
}
```