Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teschiopol/multistep-form-vue
- Owner: teschiopol
- Created: 2024-02-22T23:47:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-22T23:50:52.000Z (9 months ago)
- Last Synced: 2024-02-23T00:37:12.715Z (9 months ago)
- Topics: multistep-form, pinia, vee-validate, vue3
- Language: Vue
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```