From the course: Vue.js 2 Essential Training

Unlock the full course today

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

Installing additional modules

Installing additional modules

From the course: Vue.js 2 Essential Training

Start my 1-month free trial

Installing additional modules

- [Instructor] In a real project you'd probably want to install your own modules. So I'm going to show you how to install things that match some of what we have been doing in CodePen. So I'll show you how to install Animate.css as well as Bootstrap, Font Awesome. And although I'm not going to use it right away I'll show you how to install the Vue Router which can show you can install things that would normally be done with the default tools a little bit afterwards. So we've installed everything with the Vue CLI. Vue Router is something that you can install at that point, but I'm going to show you how to do it after the fact. Right so let's go to our project and right now it looks just like the default. You may already have the terminal running with the project, and the preview showing. If you do I'm going to go ahead and cancel that, hitting Control + C and clear this out. In Visual Studio Code the terminal is right here, or you can use the Command key which I'm using right now. If…

Contents