From 6c5af99667292774e555619dd2d01345249b9bce Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 26 Mar 2019 13:07:06 +0100 Subject: [PATCH 1/2] Updated bundle sizes The current sizes are very misleading - the core is almost 4 times bigger than advertised. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f1b7c8d..b0c18357 100644 --- a/README.md +++ b/README.md @@ -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: From cdf6f93b80932544968aa24fafaef5edafd9ec99 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 26 Mar 2019 13:13:15 +0100 Subject: [PATCH 2/2] Changed in intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c18357..e1040898 100644 --- a/README.md +++ b/README.md @@ -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