Erstellen Sie das Vue -Projekt
npm install -g @vue/cli
//then
vue create hello-world
Upset Unicorn
npm install -g @vue/cli
//then
vue create hello-world
Use npx @vue/cli create myapp
vue create my-project
# OR
vue ui
vue create projectname
vue create appname