https://github.com/markthree/nuxt-size
ultrafast get output size after build
https://github.com/markthree/nuxt-size
folder-size go nuxt size ultrafast
Last synced: 9 months ago
JSON representation
ultrafast get output size after build
- Host: GitHub
- URL: https://github.com/markthree/nuxt-size
- Owner: markthree
- License: mit
- Created: 2023-02-27T12:29:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T08:12:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T18:54:52.653Z (12 months ago)
- Topics: folder-size, go, nuxt, size, ultrafast
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-size
ultrafast get folder size after build
## Features
- ultrafast,power by
[go-get-folder-size](https://github.com/markthree/go-get-folder-size)
## Usage
### install
```shell
npm i nuxt-size -D
```
### setup
```ts
// nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-size"],
});
```
### result
```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
```

## License
Made with [markthree](https://github.com/markthree)
Published under [MIT License](./LICENSE).