A multi-step form Created using Vuejs and can be a good start for you Creating an amazing multistep form with all the data stored for every change in the state and rendered agin whenever you return to the previous page... The form can be found on the router "/organization-info"...
1- Download the Project and extract the files ..
2- Run the Command :
yarn install
to get the all used modules .. Easy Simple Fast
3- Run it on the browser
yarn serve
Home {router : "/"} : the default Vue project's home page
req-product {router : "/req-product"} : The products page
organization-info {router : "/organization-info"} : the multi-step form
yarn build
yarn test:unit
yarn lint
👉 Feel free to contribute to any of the files anywhere in the repository (or write some new ones!)
- Ahmed Masnour - Initial work - amans199
This project is licensed under the MIT License - see the LICENSE.md file for details