From the course: Vue.js 2 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Reactive data

Reactive data

From the course: Vue.js 2 Essential Training

Start my 1-month free trial

Reactive data

- [Ray] Let's talk about some of the features that make VJS super special. Now I am in an application called CodePen, which you can find at this URL, and you can see that it's doing the same thing as the code that we entered in JSBin, but it definitely looks a lot different. I don't have all of the, sort of, HTML tags, head tags, scripts, and all that stuff. All of that is actually in there, it's just that you can't see it, so that you can focus just on the important code. So, this is functionally the same as what we did in the previous page. That's more of a template that you can use if you need the code for the entire page. This is more of a focus, you can see that we have the JavaScript here on this tab, and then the HTML over here on the left. Now, if you do want to export this, so you can use it on a website you can click on this export link right here, and then click on export zip, and if you have an account you can actually export it as a gist, and there is a lot of really cool…

Contents