VueJS

Install Vue cli using Yarn: cd Programs yarn add @vue/cli Added Programs/node_modules/.bin/vue to PATH Create project: vue create vue-weather

JavaScript

I prefer to install Node packages in a local directory ~/Programs/node_modules rather than using the global (-g) option which installs packages system wide which I’m not too comfortable with. Yarn Package Manager To initialise a repository to use...