Use npx @vue/cli create myapp
Globally install vue cli:
npm install -g @vue/cli
to check if vue cli is installed:
vue --version
to create vue project, go to your project directory & then:
vue ui
---------------------------------------------------------------------
Update:
npm update -g @vue/cli
vue create my-project
# OR
vue ui
vue create vue-form-validation