Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Dynamic Forms with Vue.js

The Badass Dynamic Form

This course is all about dynamic forms and in this lesson, we'll go through what we will build.

The dynamic form of this vue.js course will have the following steps:

  • Pick a Coffee plan
  • Login or register
  • Enter shipping details
  • A summary page where you can add additional treats
  • Confirm order

The course requires some markup and CSS that we have prepared beforehand, make sure you download the starting point.

You can run this command in your favorite terminal:

git clone --single-branch -b starting-point [email protected]:vueschool/dynamic-forms.git

Or download the starting-point branch directly from GitHub.