Vue
Fundamentals of Vue.js
  •  

Installing Vue-CLI

Outline
  • You can download Visual Studio Code here.

  • You can download Node here.

  • You can install vue-cli here.

  • Use this command to install the Vue CLI:

npm install -g @vue/cli
# or
yarn global add @vue/cli
 

I finished! On to the next chapter