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.

Setting up a realistic app

Setting up a realistic app

- [Instructor] Let's work on installing a more realistic application in this chapter. So to do that, we're going to want to look at a few things. First of all, we want to add routing so that we can have what's called a single page application, it's really more a single page that behaves as if it had several pages. Next, I'd probably want to add some additional modules, you never really work with the standard modules that get installed with abuse, WCLI. So I'll show you how to do that in this chapter. And then in addition to that, we may want to add some pre-processors, I really enjoy using Sass, especially with bootstrap, because it was built with Sass, and adding it would give you some additional features. Now, I also want to make sure that I have the best tooling available for vue, which means things like setting up the prettier module to more consistently format my code, and making sure my editor was ready to use vue JS.…

Contents