.. | ||
src | ||
store | ||
.babelrc | ||
.gitignore | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
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