Skip to content

Commit

Permalink
Merge pull request #603 from okydk/patch-1
Browse files Browse the repository at this point in the history
Updated bundle sizes in README
  • Loading branch information
zoul0813 authored Mar 26, 2019
2 parents 62d4a7e + cdf6f93 commit 721a4ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A schema-based form generator component for Vue.js.
* multiple object editing
* 21 field types
* built-in validators
* core & full bundles (11kb and 19kb gzipped)
* core & full bundles (41kb and 50kb gzipped)
* Bootstrap friendly templates
* customizable styles
* can be extended easily with custom fields
Expand Down Expand Up @@ -79,8 +79,8 @@ VueFormGenerator come in two version : `core` and `full`.
Core is a more minimal version with only half the fields.
Full is core + other fields.

* Full bundle: 75 kB (gzipped: 19 kB)
* Core bundle: 39 kB (gzipped: 11 kB)
* Full bundle: 172 kB (gzipped: 50 kB)
* Core bundle: 146 kB (gzipped: 41 kB)

If you don't know what to choose, don't worry, the full is the default version.
If you want the slim down version, here is the changes:
Expand Down

0 comments on commit 721a4ee

Please sign in to comment.