1.1.0 • Published 5 years ago
nuxt-generate-progress v1.1.0
Nuxt Generate Progress
A simple module to show the progress of the number of generated pages during the run of the nuxt generate command.

Setup
Add nuxt-generate-progress dependency to your project
npm i -D nuxt-generate-progressAdd nuxt-generate-progress to the modules section of nuxt.config file.
export default {
modules: [
'nuxt-generate-progress',
]
}Thx
Inspired by https://github.com/nuxt/nuxt.js/pull/7292
Based on this code https://github.com/nuxt/nuxt.js/pull/7292#issuecomment-621933195