Introduction to Vue
Learn the basics of what makes the Vue framework so special — including features like: components, the virtual DOM, data-binding, and more!
StartIntroduction to Vue
Lesson 1 of 1
- 1Welcome to Introduction to Vue! In this lesson, we will cover some of the most exciting features of Vue, discuss how they have changed the world of web development, and see why Vue has become the p…
- 2We hope you found our video insightful! In summary, front-end frameworks aim to fix the following issues in front-end web development: - Long development times - Difficult bug fixes and updates - S…
- 3Our project now has access to the Vue library. This gives us access to all of the code that will allow us to make Vue apps, web front-ends built using Vue, but doesn’t actually create one for us. W…
- 7Let’s check out one of Vue’s coolest features: directives. Directives are custom HTML attributes built into Vue that accomplish incredibly complex, common front-end operations using barely an…
- 8It is incredibly common to re-use complex elements throughout a front-end web app. For example, every post on Instagram or Facebook needs to look the same but contain different information. Additio…
- 9Everything we’ve learned about Vue thus far has been primarily about syntax. Syntactical features like mustache templates, directives, and components greatly improve speed of code-writing and reada…
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory