From the course: Vue.js 3 Essential Training

Unlock this course with a free trial

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

Modules and routing

Modules and routing

- [Instructor] In a real project, you wouldn't just use what the CLI installs, but add your own modules. So let's take a look at how that works. Now we're going to add a few modules in. They're going to be pretty similar to what we used in CodePen. So for example, we're going to add Bootstrap but through a module, so you can get that at this URL. In addition, we will add the Font Awesome library which you can find right here, and also the Vue Font Awesome library that you can find right here. Now Vue Font Awesome is a version of Font Awesome that you can use as modules. So this is also going to teach you how to work with different modules that have been built for Vue.js that you can import and use in your own projects. Now finally, optionally, you can also install animate.css. I don't think that we're going to be using it but I'll show you how to get it, and also where it would go if you wanted to use that library in…

Contents