1
0
Fork 0
mirror of synced 2025-04-11 20:40:54 +00:00
vue-formulario/example
Justin Schroeder c219633ebf
Adds an example to the project
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
2018-03-14 09:49:40 -05:00
..
src Adds an example to the project 2018-03-14 09:49:40 -05:00
store Adds an example to the project 2018-03-14 09:49:40 -05:00
.babelrc Adds an example to the project 2018-03-14 09:49:40 -05:00
.gitignore Adds an example to the project 2018-03-14 09:49:40 -05:00
index.html Adds an example to the project 2018-03-14 09:49:40 -05:00
LICENSE Adds an example to the project 2018-03-14 09:49:40 -05:00
package-lock.json Adds an example to the project 2018-03-14 09:49:40 -05:00
package.json Adds an example to the project 2018-03-14 09:49:40 -05:00
README.md Adds an example to the project 2018-03-14 09:49:40 -05:00
webpack.config.js Adds an example to the project 2018-03-14 09:49:40 -05:00

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:

npm install
npm run dev