Skip to content

markthree/nuxt-size

Repository files navigation

nuxt-size

ultrafast get folder size after build


Features


Usage

install

npm i nuxt-size -D

setup

// nuxt.config.ts

export default defineNuxtConfig({
  modules: ["nuxt-size"],
});

result

npx nuxi build

or

npx nuxi generate

The console will output the finally size

Σ Output size: {your size} - D:/Code/Work/nuxt-size/playground/.output

./snapshot.gif


License

Made with markthree

Published under MIT License.