You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Online documentation on Gitbook](https://icebob.gitbooks.io/vueformgenerator/content/)
31
32
32
33
## Dependencies
33
-
vue-form-generator use [Moment.js](http://momentjs.com/) and [lodash](https://lodash.com/) internally.
34
+
vue-form-generator uses [fecha](https://github.com/taylorhakes/fecha) and [lodash](https://lodash.com/) internally.
34
35
35
36
While built-in fields don't need external dependencies, optional fields may need other libraries.
36
-
These dependency fall in two camp: jQuery or Vanilla. You can find almost the same functionality in both flavor.
37
-
That way, it's your choice to depend on jQuery or not.
37
+
These dependencies fall into two camps: jQuery or Vanilla. You can find almost the same functionality in both flavors.
38
+
In the end, it's your choice to depend on jQuery or not.
38
39
39
-
You can find details about dependencies in [documentation](https://icebob.gitbooks.io/vueformgenerator/content/).
40
+
You can find details about dependencies in the official [documentation](https://icebob.gitbooks.io/vueformgenerator/content/) under each specific component.
40
41
41
42
## Installation
42
43
### NPM
43
-
You can install it via [NPM](http://npmjs.org/).
44
+
You can install it via [NPM](http://npmjs.org/) or [yarn](https://yarnpkg.com/).
This command will start a `webpack-dev-server` with content of `dev` folder.
129
173
```bash
@@ -140,8 +184,19 @@ npm run build
140
184
```bash
141
185
npm test
142
186
```
187
+
or
188
+
```bash
189
+
npm run ci
190
+
```
191
+
192
+
## More fields *new*
193
+
VueFormGenerator supports custom fields. If you decide to release your custom field into the wild, please open a new issue so we can add you to a list here! Please try to use this naming convention for your custom field : vfg-field-* Example :
This way, it will be easier for everyone to find it. Thank you !
145
200
146
201
## Contribution
147
202
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
@@ -151,6 +206,6 @@ vue-form-generator is available under the [MIT license](https://tldrlegal.com/li
0 commit comments