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: 4 months ago
JSON representation
Multistep Form in Vue3 with validation, store and dynamic render
- Host: GitHub
- URL: https://github.com/teschiopol/multistep-form-vue
- Owner: teschiopol
- Created: 2024-02-22T23:47:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T23:50:52.000Z (over 2 years ago)
- Last Synced: 2025-03-02T13:51:08.014Z (over 1 year ago)
- Topics: multistep-form, pinia, vee-validate, vue3
- Language: Vue
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiStep Form 🧙🏻♂️
[](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
```