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 📦
- Host: GitHub
- URL: https://github.com/socheatsok78/vue-cli-plugin-bundlesize
- Owner: socheatsok78
- License: mit
- Created: 2021-07-20T10:37:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T04:47:04.000Z (about 4 years ago)
- Last Synced: 2025-03-02T02:48:05.815Z (7 months ago)
- Topics: bundlesize, vue-cli-plugin
- Language: JavaScript
- Homepage: https://npm.im/@socheatsok78/vue-cli-plugin-bundlesize
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).