Vue - Installation and CLI

Port in Use

lsof -i :3000
KILL -9 <port>

Install

you need to have node installed

npm install vue
npm install -g @vue/cli
// create project
vue create my-project
vue ui
// add ui components library
vue add vuetify

Use VS Code Studio with Pretterier formatter as plugin