Learning Tutorials of Vuejs and the Quasar Framework

Goal

  1. Learn Vue from scratch
> Install to VSCODE 
> Install to nodejs

git

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git add **
git commit -m "Our First Commit"
git push -u origin main