Tesla-Home-Page
Replicating the Tesla home page with Vuetify.
Start
First install vue-cli:
npm install -g @vue/cli
After that create the project:
vue create "Name"
And then go to project:
cd "name"
Next you need to install vuetify:
vue install vuetify