An open API service indexing awesome lists of open source software.

https://github.com/socheatsok78/vue-cli-plugin-bundlesize

vue-cli plugin to add bundlesize, keep your bundle size in check 📦
https://github.com/socheatsok78/vue-cli-plugin-bundlesize

bundlesize vue-cli-plugin

Last synced: 7 months ago
JSON representation

vue-cli plugin to add bundlesize, keep your bundle size in check 📦

Awesome Lists containing this project

README

          

# @socheatsok78/vue-cli-plugin-bundlesize

> vue-cli plugin to add bundlesize, keep your bundle size in check 📦

## Install

Install via **Vue CLI**:
```sh
vue add @socheatsok78/vue-cli-plugin-bundlesize
```

or install via **Package Manager**:
```sh
npm install --save-dev @socheatsok78/vue-cli-plugin-bundlesize
# or
yarn add -D @socheatsok78/vue-cli-plugin-bundlesize

# then run
vue invoke @socheatsok78/vue-cli-plugin-bundlesize
```

## Usage

```sh
npm run test:bundlesize
# or
yarn test:bundlesize
```

## Configurations

Please see https://github.com/siddharthkp/bundlesize#readme for usage and configuration guide.

## License

Licensed under the [MIT License](LICENSE).