Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob authored Aug 9, 2016
1 parent b32ff55 commit 09f1acf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ A schema-based form generator component for Vue.js

## Features
- multiple objects editing
- 19 built-in field types
- 21 field types
- built-in validators
- Bootstrap friendly templates
- customizable styles
- ...etc

## Documentation
Expand All @@ -41,7 +41,7 @@ You can install it via [NPM](http://npmjs.org/).
$ npm install vue-form-generator
```
### Manual
Download zip package and unpack and add the `vue-form-generator.js` or `vue-form-generator.min.js` file to your project from dist folder.
Download zip package and unpack and add the `vue-form-generator.css` and `vue-form-generator.js` file to your project from dist folder.
```
https://github.com/icebob/vue-form-generator/archive/master.zip
```
Expand Down Expand Up @@ -152,11 +152,10 @@ npm run test
```

## TODO
* [ ] sortable checkbox list
* [ ] Groupable fields
* [ ] Validation handling with multiple models
* [ ] Bundle for vendor files
* [ ] try [joi](https://www.npmjs.com/package/joi) for validation
* [ ] sortable checkbox list

## Contribution
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.
Expand Down

0 comments on commit 09f1acf

Please sign in to comment.