Skip to content

Commit

Permalink
migrated VFG docs to newer GitBooks, created GitHub Repo for Docs to …
Browse files Browse the repository at this point in the history
…allow for easier maintenance, updated JSFiddle to use "latest" VFG, and created a CodePen version as well
  • Loading branch information
zoul0813 committed Dec 14, 2018
1 parent 1ce7045 commit d372f5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ A schema-based form generator component for Vue.js.

## Demo

[JSFiddle simple example](https://jsfiddle.net/icebob/0mg1v81e/)
[JSFiddle simple example](https://jsfiddle.net/zoul0813/d8excp36/)
[CodePen simple example](https://codepen.io/zoul0813/pen/OrNVNw)

[![Screenshot](https://icebob.gitbooks.io/vueformgenerator/content/assets/vfg-example1.png)](https://jsfiddle.net/icebob/0mg1v81e/)
[![Screenshot](https://github.com/vue-generators/vue-form-generator-docs/raw/master/assets/vfg-example1.png)](https://jsfiddle.net/zoul0813/d8excp36/)

## Features

Expand All @@ -33,7 +34,7 @@ A schema-based form generator component for Vue.js.

## Documentation

[Online documentation on Gitbook](https://icebob.gitbooks.io/vueformgenerator/content/)
[Online documentation on Gitbook](https://vue-generators.gitbook.io/vue-generators/)

## Dependencies

Expand All @@ -43,7 +44,7 @@ While built-in fields don't need external dependencies, optional fields may need
These dependencies fall into two camps: jQuery or Vanilla. You can find almost the same functionality in both flavors.
In the end, it's your choice to depend on jQuery or not.

You can find details about dependencies in the official [documentation](https://icebob.gitbooks.io/vueformgenerator/content/) under each specific component.
You can find details about dependencies in the official [documentation](https://vue-generators.gitbook.io/vue-generators/) under each specific component.

## Installation

Expand Down

0 comments on commit d372f5b

Please sign in to comment.