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[fecha](https://github.com/taylorhakes/fecha) 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
@@ -156,6 +157,17 @@ export default {
156
157
</script>
157
158
```
158
159
160
+
Usage in local components
161
+
```
162
+
import VueFormGenerator from "vue-form-generator";
163
+
164
+
//component javascript
165
+
export default{
166
+
components:{
167
+
"vue-form-generator": VueFormGenerator.component
168
+
}
169
+
}
170
+
```
159
171
## Development
160
172
This command will start a `webpack-dev-server` with content of `dev` folder.
161
173
```bash
@@ -178,7 +190,7 @@ npm run ci
178
190
```
179
191
180
192
## More fields *new*
181
-
VueFormGenerator support 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 :
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 :
182
194
183
195
-`vfg-field-myfield`
184
196
-`vfg-field-calendar`
@@ -196,4 +208,4 @@ vue-form-generator is available under the [MIT license](https://tldrlegal.com/li
0 commit comments