Skip Navigation

Intro Vue JS Basics

In this episode, we will introduce Vue basics and show you how to get started with Vue.

Transcript

Hello, and welcome to CodeTime. My name's Trevor Greenleaf. In this series, we're going to be covering Vue JS. Now, you should have some basic understanding of HTML, CSS and JavaScript before beginning this series. However, you don't need to be a JavaScript expert by any means. I'm currently on the vuejs.org homepage. And you can tell that you're on Vue based on the big Vue logo of the V. To get started with Vue JS, it's actually pretty easy. You can click on this get started button, and it's going to take you through some couple samples and a little bit of code to get you started running Vue JS. Of course, you can install and download Vue JS in many different ways with a variety of packages.

So, in this series, we're going to show you the basics of Vue. We're going to download Vue. We'll set it up just running it from a folder, and then maybe using it at the CDN or downloading the files itself. I'm showing you some of the differences between that. We'll also show you how the base data binding works inside Vue, and some of the cool things that you can go and do with it. So, if you're looking for Vue basics, this is the series to watch. Let's jump in and get started.