Vue Form Wizard

screenshot of Vue Form Wizard
express
vue
bootstrap
scss

Vue.js 2 wizard

Overview:

Vue-form-wizard is a dynamic wizard component designed to simplify form splitting in Vue.js applications. It is a Vue-based component that does not require external dependencies, making it an efficient solution for tab wizard management.

Features:

  • Squared steps: Customize the appearance of steps in the wizard.
  • Custom button and title text: Easily modify the buttons and title text within the wizard.
  • Customized buttons with slots: Replace default buttons with customized elements.
  • Call a function before tab switch: Execute a function before switching tabs for additional control.
  • Element UI form integration: Seamlessly integrate with Element UI forms in Vue.
  • Vuelidate integration: Integrate Vuelidate for form validation in the wizard.
  • Dynamic components for tabs: Utilize dynamic components for flexible tab content.
  • Vue router integration: Incorporate Vue router to enable separate pages per tab.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.