1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/example
2019-03-18 13:48:26 -04:00
..
src Adds a custom input field to the example 2018-03-19 09:41:30 -04: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 support for focus class on formulate wrapper 2019-03-18 13:48:26 -04:00
package.json Adds support for focus class on formulate wrapper 2019-03-18 13:48:26 -04:00
README.md Adds an example to the project 2018-03-14 09:49:40 -05:00
webpack.config.js Adds support for focus class on formulate wrapper 2019-03-18 13:48:26 -04: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