From the course: Vue.js 3 Essential Training

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

CodePen to app

CodePen to app

- [Instructor] In the next few videos we'll move our Codepen app into our project. And I'll show you some of the differences between the global and the application API. So to do this, I've prepared this link for you. And this is going to take you to not exactly Codepen but it's going to take you to GitHub and show you the entire file that we worked with in Codepen, but just in a single document. So it's easier to copy and paste. So we're going to grab some of this and separated into our own project. So let's take a look at our project make sure that you're running the NPM run serve command so that you can see sort of a live preview of what's happening here. And what I'm going to do is start off with the main dot JS file. I want to make sure that I import all the things that I need. So here I could import a couple of things. If I wanted to, I could actually import bootstrap just by issuing an import bootstrap statement…

Contents