All Projects → vueschool → Dynamic Forms

vueschool / Dynamic Forms

🗂 Source code for the Dynamic Forms with Vue.js Course

Projects that are alternatives of or similar to Dynamic Forms

EECS 1720
commits made while instructing EECS 1720 (winter 2022) (course @york University, Canada) - live content will be cleaned, edited, and described in logfile and code comments each week on Thursday
Stars: ✭ 30 (-41.18%)
Mutual labels:  course-materials
c2c2017
Course material and references for Campus To Corporate course, 2017.
Stars: ✭ 36 (-29.41%)
Mutual labels:  course-materials
Awesome Startup
😎 All the required resources to build your own startup
Stars: ✭ 702 (+1276.47%)
Mutual labels:  course-materials
pacs-examples
The examples for the course on advanced programming for scientific computing (aka PACS), Politecnico di Milano
Stars: ✭ 16 (-68.63%)
Mutual labels:  course-materials
Java-HIT-2019
Material for the Java 2019 courses owned and operated by HIT club
Stars: ✭ 14 (-72.55%)
Mutual labels:  course-materials
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+609.8%)
Mutual labels:  course-materials
MAC0460
All contents from the course MAC0460 - An introduction to machine learning
Stars: ✭ 48 (-5.88%)
Mutual labels:  course-materials
Docker Hy.github.io
DevOps with Docker course by the University of Helsinki, Course material
Stars: ✭ 41 (-19.61%)
Mutual labels:  course-materials
intro-to-python
An Introduction to Programming in Python
Stars: ✭ 57 (+11.76%)
Mutual labels:  course-materials
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+9196.08%)
Mutual labels:  course-materials
ML-CM-2019
Machine Learning in Condensed Matter Physics 2019 course repository
Stars: ✭ 51 (+0%)
Mutual labels:  course-materials
vuejs-components-fundamentals
👩‍💻Source code for Vue.js Components Fundamentals course
Stars: ✭ 43 (-15.69%)
Mutual labels:  course-materials
Mlcourse
Machine learning course materials.
Stars: ✭ 388 (+660.78%)
Mutual labels:  course-materials
Intro-Cultural-Analytics
Introduction to Cultural Analytics & Python, course website and online textbook powered by Jupyter Book
Stars: ✭ 137 (+168.63%)
Mutual labels:  course-materials
Designcourse
Course materials for "Research Design in Political Science"
Stars: ✭ 12 (-76.47%)
Mutual labels:  course-materials
ml19-20w
CS 771A: Introduction to Machine Learning, IIT Kanpur, 2019-20-winter offering
Stars: ✭ 100 (+96.08%)
Mutual labels:  course-materials
ds3-spring-2018
Материалы третьего набора офлайн-программы Data Scientist.
Stars: ✭ 22 (-56.86%)
Mutual labels:  course-materials
Practical dl
DL course co-developed by YSDA, HSE and Skoltech
Stars: ✭ 1,006 (+1872.55%)
Mutual labels:  course-materials
2016learnpython
Python Teaching, Seminars for 2nd year students of School of Linguistics NRU HSE
Stars: ✭ 32 (-37.25%)
Mutual labels:  course-materials
Uestc Course
电子科技大学资源共享平台, This repository contains the course materials of University of Electronic Science and Technology of China.
Stars: ✭ 452 (+786.27%)
Mutual labels:  course-materials

Dynamic Forms with Vue.js

Dynamic Forms with Vue.js Course Illustration

This repository contains the example code for the Custom Vue.js Directives Course.

Learn how to create badass dynamic forms with Vue.js in this course. Dynamic forms are forms with multiple steps. They are also often called form wizards, where you go through a series of steps before you can complete the main form.

Demonstration of the app we build in the course

The assignment of the course is to complete the signup and order process of our fictional Coffee Box Subscription Service. We’ve prepared the markup and the CSS, so you can dive straight into the fun part.

A user should be able to:

  • Pick a Coffee plan
  • Login or create an account
  • Enter her delivery details
  • Select additional monthly treats
  • Confirm her monthly coffee order

During this course, you’ll learn how you can structure your dynamic forms, what to look out for and what works in certain situations. We cover two different communication methods (events and promises) between the mama form and the steps.

This unique course covers a variety of tips and tricks you can implement in many Vue.js applications.

Visit Vue School to watch the course.


form-wizard

  • master branch contains the final code of the course
  • simple-version contains the final code before we switch to async
  • starting-point contains the code i suggest to begin the course with

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].