nuxt-generate-progress
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i nuxt-generate-progress

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.59 kB

Total Files

7

Last publish

Collaborators

  • bukhalo
  • donbot-dev