We've seen many different options available in the Vue CLI and UI in previous chapters. We'll begin this chapter by utilizing the best approach to start a new app, the Vue CLI UI. This will help us learn about some other features of the UI. Along the way, we'll also slowly introduce testing to our project.
Beginning testing on a brand new Vue app
Adding a new project with Vue CLI UI
Let us now add a new project with Vue CLI UI:
- To begin, let's open Git Bash and navigate to the root folder for all of our projects, vue-cli-3-qsg.
- Now we'll run the Vue CLI UI command as follows:
vue ui
This will result in a new page being served in the browser. The default address is http://localhost:8000/dashboard...