File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Small size subset of Vue I18n
8
8
9
9
- The Size is smaller than vue-i18n
10
10
- For CDN or without a Bundler
11
- - The code size can be reduced by up to about 50%
11
+ - Reduce size: runtime + compiler ` ~36% ` , runtime only ` ~49% `
12
12
- ` petite-vue-i18n ` : runtime + compiler ` ~7.48KB ` , runtime only ` ~4.07KB ` (production build, brotli compression)
13
13
- ` vue-i18n ` : runtime + compiler ` ~11.71KB ` , runtime only ` ~8.30KB ` (production build, brotli compression)
14
14
- ES Modules for browser
15
- - runtime + compiler 35%, runtime only 49%
15
+ - Reduce size: runtime + compiler ` ~ 35%` , runtime only ` ~ 49%`
16
16
- ` petite-vue-i18n ` : runtime + compiler ` ~7.51KB ` , runtime only ` ~4.09KB ` (production build, brotli compression)
17
17
- ` vue-i18n ` : runtime + compiler ` ~11.73KB ` , runtime only ` ~8.34KB ` (production build, brotli compression)
18
18
- The legacy API is not supported, ** only the composition API**
You can’t perform that action at this time.
0 commit comments