1
0
mirror of synced 2024-11-25 23:06:02 +03:00
vue-formulario/example
2018-03-14 15:37:29 -04: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 demo link to the readme, a few other readme clean ups 2018-03-14 15:37:29 -04:00
README.md Adds an example to the project 2018-03-14 09:49:40 -05:00
webpack.config.js Adds demo link to the readme, a few other readme clean ups 2018-03-14 15:37:29 -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