vue-cli plugin to add bundlesize, keep your bundle size in check 📦
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
npm run test:bundlesize
# or
yarn test:bundlesize
Please see https://github.com/siddharthkp/bundlesize#readme for usage and configuration guide.
Licensed under the MIT License.