Skip to content

Commit cc2589a

Browse files
committed
updated grammar, bundle size, and manual download link (points to latest release instead of master)
1 parent 9f93a03 commit cc2589a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

installation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ $ npm install vue-form-generator
1010

1111
### Manual
1212

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.
1414

1515
```
16-
https://github.com/icebob/vue-form-generator/archive/master.zip
16+
https://github.com/vue-generators/vue-form-generator/releases/latest
1717
```
1818

1919
### Core vs Full version
2020

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.
2323
Full is core + other fields.
2424

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)
2727

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:
3030

3131
```js
3232
// the "core" way
@@ -38,10 +38,10 @@ If you want the slim down version, here is the changes:
3838

3939
### Dependencies
4040

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.
4242

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.
4545
That way, it's your choice to depend on jQuery or not.
4646

4747
| Field type | jQuery | Vanilla |

0 commit comments

Comments
 (0)