0.1.3 • Published 2 years ago

nuxt-size v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago