Creating a client
In order to start our project, we’ll use the Vuetify installer, just as we did in the last chapter. Here’s the command for that:
npm create vuetify
Choose vue-fitness-tracker
as the project name and select these options, as shown in the following screenshot:
Figure 6.1 – Setting up the Vuetify project
With our project initialized, we’ll create and configure a database to store our data.