1.0.0-0 ā€¢ Published 5 years ago

nuxt-build-notifier v1.0.0-0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

šŸ’¬ nuxt-build-notifier

npm version npm downloads CircleCI codecov

Nuxt.js module that uses node-notifier and webpack-notifier to display OS notifications for build errors and warnings.

Setup

  1. Add nuxt-build-notifier dependency to your project
npm install nuxt-build-notifier --save-dev
# OR: yarn add nuxt-build-notifier --dev
  1. Add nuxt-build-notifier to the buildModules section of nuxt.config.js

āš  If you are using Nuxt older than v2.9 you have to install the module as a dependency (No --save-dev or --dev flags) and also use the modules section in nuxt.config.js instead of buildModules.

export default {
  buildModules: [
    // Simple usage
    'nuxt-build-notifier',

    // With options
    [
      'nuxt-build-notifier',
      {
        /* module options */
      }
    ]
  ]
}

Options

WIP šŸš§

Show your support

Please ā­ļø this repository if you like this module! Thank you.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who have already contributed to this project!

License

MIT

Copyright (c) 2019-present, Dennis Herzberg