Skip to content

Commit f5f8884

Browse files
committed
docs: add shield.io badges to README.md
1 parent 8f43523 commit f5f8884

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Vue 3 Form Generator
2+
![GitHub last commit](https://img.shields.io/github/last-commit/kevinkosterr/vue3-form-generator?logo=github)
3+
![Static Badge](https://img.shields.io/badge/Vue%20version-3.x.x-green?logo=vue.js)
4+
![NPM Version](https://img.shields.io/npm/v/%40kevinkosterr%2Fvue3-form-generator?logo=npm)
5+
![GitHub License](https://img.shields.io/github/license/kevinkosterr/vue3-form-generator)
6+
<br>
27
A schema-based form generator component for Vue 3, based on `vue-form-generator`
38

9+
410
## Basic usage
511
1. Install plugin in your Vue app, this will make all necessary components globally available in your app.
612
```javascript

0 commit comments

Comments
 (0)