1.0.0 • Published 6 years ago

vue-cli-plugin-notifier v1.0.0

Weekly downloads
77
License
MIT
Repository
github
Last release
6 years ago

vue-cli-plugin-notifier

This is a vue-cli plugin that uses the webpack-notifier package to display build status system notifications to the user.

Installation

npm install --save-dev vue-cli-plugin-notifier
# OR
yarn add --dev vue-cli-plugin-notifier

Configuration

In the vue.config.js file:

module.exports = {
  pluginOptions: {
    notifier: {/* ... */}
  }
}