Skip to content

socheatsok78/vue-cli-plugin-bundlesize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.