Skip to content

Updated bundle sizes #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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