Skip to content

Commit 09f1acf

Browse files
authored
📝 update README
1 parent b32ff55 commit 09f1acf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ A schema-based form generator component for Vue.js
1616

1717
## Features
1818
- multiple objects editing
19-
- 19 built-in field types
19+
- 21 field types
2020
- built-in validators
21-
- Bootstrap friendly templates
21+
- customizable styles
2222
- ...etc
2323

2424
## Documentation
@@ -41,7 +41,7 @@ You can install it via [NPM](http://npmjs.org/).
4141
$ npm install vue-form-generator
4242
```
4343
### Manual
44-
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.
44+
Download zip package and unpack and add the `vue-form-generator.css` and `vue-form-generator.js` file to your project from dist folder.
4545
```
4646
https://github.com/icebob/vue-form-generator/archive/master.zip
4747
```
@@ -152,11 +152,10 @@ npm run test
152152
```
153153

154154
## TODO
155+
* [ ] sortable checkbox list
155156
* [ ] Groupable fields
156157
* [ ] Validation handling with multiple models
157158
* [ ] Bundle for vendor files
158-
* [ ] try [joi](https://www.npmjs.com/package/joi) for validation
159-
* [ ] sortable checkbox list
160159

161160
## Contribution
162161
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.

0 commit comments

Comments
 (0)