Skip to content

Commit eaaea77

Browse files
committed
updated readme
1 parent 633e7d3 commit eaaea77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Vue Formly
22

3-
Heavily inspired by [Angular Formly](http://angular-formly.com/), Vue Formly was designed to provide an easy way to keep your forms consistent and to remove bloat from your code. As there's no "one way" to design your forms, Vue Formly allows you to create custom input types which you can use in your form schemas. Vue Formly itself does not come with any inputs pre-loaded but a set of Bootsrap form inputs is on it's way. Watch this space!
3+
Heavily inspired by [Angular Formly](http://angular-formly.com/), Vue Formly was designed to provide an easy way to keep your forms consistent and to remove bloat from your code. As there's no "one way" to design your forms, Vue Formly allows you to create custom input types which you can use in your form schemas. Vue Formly itself does not come with any inputs pre-loaded but a set of Bootsrap form inputs can be installed over at [Vue Formly Bootstrap](https://github.com/matt-sanders/vue-formly-bootstrap).
4+
5+
*NOTE*
6+
Not currently compatible with Vue 2.0. But it's on the list...
47

58
## Installation
69
```
@@ -17,3 +20,4 @@ Take a look at the [docs](https://www.gitbook.com/book/matt-sanders/vue-formly/d
1720
* [x] Implement validation
1821
* [x] Better error handling
1922
* [x] Simplified data access
23+
* [ ] Implement Vue 2.0 compatibility

0 commit comments

Comments
 (0)