Web development software

To get started with Vue.js web development on you computer, download the following items:

  • GitHub desktop
  • VScode
    • Under extensions, install Volar
    • If "scripts disabled" error is encountered when attempting to execute commands in VSCode's terminal in Windows try "Set-ExecutionPolicy RemoteSigned -Scope CurrentUser" in Powershell.
  • Firebase Command Line Interface
  • Npm and node
    • If "EACCESS error" is encountered, try “npm cache verify” in the terminal
Was this helpful?
0 reviews