https://nodejs.org/it/download/ https://cli.vuejs.org/guide/troubleshooting.html#running-installation-with-sudo-or-as-root
#Download the repo
git clone https://github.com/zeppaman/vue-js-tutorial.git vuejs
cd vuejs #enter the folder
code . #open vscode
# or open it using UI
npm run
npm_config_unsafe_perm=true # if you are root
npm install -g @vue/cli
vue create ui
npm install vue-router@4
npm install axios
npm install -g json-server
cd db
json-server db.json