It is a starter kit for VueJS Projects included all main and commons VueJS packages can be used to starter a Vue Project.
Make sure before this step that you installed the node environment in your machine and the vue-cli. To install the starter kit after downloading the folder type in the project's terminal the following:
npm install
This will install all the packges in the package.json file.
To add the vuetify to the project we need to use this command:
vue add vuetify
Then select the default and recommended setting from the list shown after use this command line.
You can skip this step if you dont't want to use vuetify