npm generate new vue code example
Example 1: create vue project
npm install -g @vue/cli
//then
vue create hello-world
Example 2: create vue app
vue create my-project
# OR
vue ui
npm install -g @vue/cli
//then
vue create hello-world
vue create my-project
# OR
vue ui