Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teschiopol/multistep-form-vue

Multistep Form in Vue3 with validation, store and dynamic render
https://github.com/teschiopol/multistep-form-vue

multistep-form pinia vee-validate vue3

Last synced: 6 days ago
JSON representation

Multistep Form in Vue3 with validation, store and dynamic render

Awesome Lists containing this project

README

        

# MultiStep Form 🧙🏻‍♂️

[![CodeFactor](https://www.codefactor.io/repository/github/teschiopol/multistep-form-vue/badge/master)](https://www.codefactor.io/repository/github/teschiopol/multistep-form-vue/overview/master)

I needed a multistep form, with separate view, validation and store data.

- Vee Validate ✅
- Pinia 🍍

All folders are already split to scale up.

### Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```