

You'll need to choose whether to use Vue 2 or Vue 3 Preview, or manually select the features you want.

Install the Vue CLI: npm install -g your Vue app: vue create hello-vue-app

Open your command line and create a new directory: mkdir HelloVue, then enter the directory: cd HelloVue We recommend installing VS Code on Windows, regardless of whether you plan to use Vue on Windows or WSL. If you don't already have it, install VS Code. Not sure which to use, generally we recommend beginners install on Windows to learn, but professionals install on WSL, see Should I install Node.js on Windows or Windows Subsystem for Linux.
