So I started working with vue and I installed vue cli in visual studio code with the following command:
npm install -g @vue/cli
But when I try to create a vue app with vue create ...
command, it says the following:
"'vue' is not recognized as an internal or external command"
I searched in google and added npm in the PATH, and also node js, so I don't know what can be the problem.