1.1.0 • Published 4 years ago

nuxt-generate-progress v1.1.0

Weekly downloads
28
License
MIT
Repository
github
Last release
4 years ago

Nuxt Generate Progress

A simple module to show the progress of the number of generated pages during the run of the nuxt generate command.

Module working progress

Setup

Add nuxt-generate-progress dependency to your project

npm i -D nuxt-generate-progress

Add 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