Lessons: 18Length: 2.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

When choosing a front-end web framework, it's important to find one that is easy to use, scalable, and performant. In this course, I'll show you how to use Vue to build a simple client-based app that will showcase how easy it is to learn.

1.1 Introduction

You and your team are about to build a brand new web application. And at some point, you're gonna have to ask yourself, what frontend framework do I use? Now there are several out there and all fine in their own right but I'm here to tell you that you need to take a renewed look at Vue.js. Not only is Vue.js powerful and flexible and scalable, it's very simple and easy to use. You're not gonna be forced to write too much code to achieve simple tasks. Yet, even the largest, most complicated logic in web applications are still well within your reach. And all you have to do is understand a few of the basic building blocks. So over the duration of this course, I'm gonna walk you through the process of building a simple, yet elegant, flexible application. That's going to allow you to not only learn the basic fundamental building blocks of Vue.js, but also show you how to extend your knowledge and take your frontend development skills to the next level all thanks to Vue.js. My name is Derek Jensen and it's time for us to get started.

Back to the top