nuxt-build-notifier v1.0.0-0
š¬ nuxt-build-notifier
Nuxt.js module that uses node-notifier and webpack-notifier to display OS notifications for build errors and warnings.
Setup
- Add
nuxt-build-notifierdependency to your project
npm install nuxt-build-notifier --save-dev
# OR: yarn add nuxt-build-notifier --dev- Add
nuxt-build-notifierto thebuildModulessection ofnuxt.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
Copyright (c) 2019-present, Dennis Herzberg
6 years ago