ultrafast get folder size after build
npm install nuxt-sizeultrafast get folder size after build
- ultrafast,power by
go-get-folder-size
``shell`
npm i nuxt-size -D
`ts
// nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-size"],
});
`
`shell`
npx nuxi build
or
`shell`
npx nuxi generate
The console will output the finally size
`shell``
Σ Output size: {your size} - D:/Code/Work/nuxt-size/playground/.output
Made with markthree
Published under MIT License.