vue3 Vue.Create code example
Example 1: create vue project
npm install -g @vue/cli
//then
vue create hello-world
Example 2: install vue cli 3
installing vue cli commands
npm install --global vue-cli is now
npm install -g @vue/cli
npm install -g @vue/cli
//then
vue create hello-world
installing vue cli commands
npm install --global vue-cli is now
npm install -g @vue/cli