From cc50fa41efb7abb0266f3f86e0fff367a12be2ab Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 27 Feb 2020 17:33:29 -0500 Subject: [PATCH] Updates the ReadMe with initial content --- README.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebfc8a7..7522ed6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ -# Vue Formulate ---------------- -[![Build Status](https://travis-ci.com/wearebraid/vue-formulate-next.svg?token=4eHp5aiDcHwjrb1T8zpy&branch=version-2)](https://travis-ci.com/wearebraid/vue-formulate-next) +

VueFormulate

-Documentation development is taking place on the [vueformulate.com](https://github.com/wearebraid/vueformulate.com/tree/version-2) repository. +

+ [![Build Status](https://travis-ci.com/wearebraid/vue-formulate-next.svg?token=4eHp5aiDcHwjrb1T8zpy&branch=version-2)](https://travis-ci.com/wearebraid/vue-formulate-next) + ![GitHub](https://img.shields.io/github/license/wearebraid/vue-formulate) +

+ +[Documentation Website](https://vueformulate.com) + +### What is Vue Formulate? + +Vue Formualte is the easiest way to build forms using Vue. Key features include +form and field validation, file uploads, form generation and a single-element +fields with labels, help text, error messages, placeholders and lots more. + +The syntax is what developers would expect: + +```vue + +``` + +There's a lot more available to read at the [documentation website](https://vueformulate.com).