Vue and Vuetify Basics
Requirements - node and npm
Install the Vue CLI
npm install @vue/cli —global
Create the project
vue create myproject
Leave defaults
cd myproject
vue add vuetify
Everything is a child of
Requirements - node and npm
Install the Vue CLI
npm install @vue/cli —global
Create the project
vue create myproject
Leave defaults
cd myproject
vue add vuetify
Everything is a child of