Skip to content

Commit 530ffcb

Browse files
committed
Updated readme
1 parent 3bfc3f4 commit 530ffcb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# vue-formly - a work in progress...
2-
A simple and extendable form builder for Vue
1+
# Vue Formly
2+
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!
4+
5+
## Installation
6+
```
7+
npm install vue-formly
8+
```
9+
Or via a script
10+
```html
11+
<script src="your_dir/vue-formly/vue-formly.min.js"></script>
12+
```
13+
## Usage
14+
Take a look at the [docs](https://www.gitbook.com/book/matt-sanders/vue-formly/details) for extended information about using Formly and creating custom input types.

0 commit comments

Comments
 (0)