Vue
Fundamentals of Vue.js
  •  

Installing Vue-CLI

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
  • 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