c219633ebf
Documentation update, and example idea and initial contribution by: Martin Bramwell <mhb.warehouseman@gmail.com> * Adds an example form and updates documentation to reflect curried function
14 lines
266 B
Markdown
14 lines
266 B
Markdown
# Vue Formulate Example
|
|
|
|
A simple example of a registration form using `vue-formulate`. The store is
|
|
set up using a *Root store* configuration (as opposed to using a vuex module).
|
|
|
|
### Installation
|
|
|
|
To install and run the example:
|
|
|
|
```sh
|
|
npm install
|
|
npm run dev
|
|
```
|