Skip to content

Latest commit

History

History
36 lines (25 loc) 路 684 Bytes

README.md

File metadata and controls

36 lines (25 loc) 路 684 Bytes

@socheatsok78/vue-cli-plugin-bundlesize

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

Install

Install via Vue CLI:

vue add @socheatsok78/vue-cli-plugin-bundlesize

or install via Package Manager:

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

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.