@@ -10,23 +10,23 @@ $ npm install vue-form-generator
10
10
11
11
### Manual
12
12
13
- Download zip package and unpack and add the ` vfg.css ` and ` vfg.js ` file to your project from dist folder.
13
+ Download zip package, unpack and add the ` vfg.css ` and ` vfg.js ` file to your project from ` / dist` folder.
14
14
15
15
```
16
- https://github.com/icebob /vue-form-generator/archive/master.zip
16
+ https://github.com/vue-generators /vue-form-generator/releases/latest
17
17
```
18
18
19
19
### Core vs Full version
20
20
21
- VueFormGenerator come in two version : core and full.
22
- Core is a more minimal version with only half the fields.
21
+ VueFormGenerator comes in two versions : core and full.
22
+ Core is a minimal version with only half the fields.
23
23
Full is core + other fields.
24
24
25
- * Full bundle: 75 kB (gzipped: 19 kB)
26
- * Core bundle: 39 kB (gzipped: 11 kB)
25
+ * Full bundle: 169 kB (gzipped: 50 kB)
26
+ * Core bundle: 143 kB (gzipped: 45 kB)
27
27
28
- If you don't know what to choose, don't worry, the full is the default version.
29
- If you want the slim down version, here is the changes:
28
+ If you don't know what to choose, don't worry, full is the default version.
29
+ If you want the slimmed down version, here are the changes:
30
30
31
31
``` js
32
32
// the "core" way
@@ -38,10 +38,10 @@ If you want the slim down version, here is the changes:
38
38
39
39
### Dependencies
40
40
41
- VueFormGenerator use [ fecha] ( https://github.com/taylorhakes/fecha ) and [ lodash] ( https://lodash.com/ ) internally.
41
+ VueFormGenerator uses [ fecha] ( https://github.com/taylorhakes/fecha ) and [ lodash] ( https://lodash.com/ ) internally.
42
42
43
- While core fields don't need external dependencies, optional fields may need other libraries.
44
- These dependency fall in two camp : jQuery or Vanilla. You can find almost the same functionality in both flavor.
43
+ While core fields don't need external dependencies, optional fields in the full package may need additional libraries.
44
+ These dependencies fall into two camps : jQuery or Vanilla. You can find almost the same functionality in both flavors.
45
45
That way, it's your choice to depend on jQuery or not.
46
46
47
47
| Field type | jQuery | Vanilla |
0 commit comments